Class PentahoMetadataDomainRepositoryInfo
java.lang.Object
org.pentaho.platform.plugin.services.metadata.PentahoMetadataDomainRepositoryInfo
Contains information about how and where metadata information is stored in the IUnifiedRepository}
- Author:
- David M. Kincade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the file extension to be used with Pentaho Metadata filesstatic StringReturns the name of the metadata folderstatic StringGenerates the repository location for the Pentaho Metadata to be storedstatic StringReturns the path location in which the Pentaho Metadata folder will be created
-
Constructor Details
-
PentahoMetadataDomainRepositoryInfo
public PentahoMetadataDomainRepositoryInfo()
-
-
Method Details
-
getMetadataFolderName
Returns the name of the metadata folder -
getMetadataParentPath
Returns the path location in which the Pentaho Metadata folder will be created -
getMetadataFolderPath
Generates the repository location for the Pentaho Metadata to be stored -
getFileExtension
Returns the file extension to be used with Pentaho Metadata files
-