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
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the file extension to be used with Pentaho Metadata filesstatic String
Returns the name of the metadata folderstatic String
Generates the repository location for the Pentaho Metadata to be storedstatic String
Returns 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
-