Package com.regnosys.rosetta.common
Class RegPaths
java.lang.Object
com.regnosys.rosetta.common.RegPaths
- Direct Known Subclasses:
RegProjectionPaths,RegReportPaths
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdirectoryName(com.rosetta.model.lib.ModelReportId id) static StringdirectoryNameOfDataset(String datasetName) static PathgetInputDataSetPath(Path inputPath, String dataSetName) static PathgetKeyValueExpectationFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName, Path inputPath) static PathgetOutputDataSetPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName) static PathgetOutputPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier)
-
Field Details
-
INPUT_PATH
-
OUTPUT_PATH
-
CONFIG_PATH
-
LOOKUP_PATH
-
LEGACY_DATA_PATH
-
KEY_VALUE_FILE_NAME_SUFFIX
- See Also:
-
REPORT_FILE_NAME_SUFFIX
- See Also:
-
-
Constructor Details
-
RegPaths
-
-
Method Details
-
getRootRelativePath
-
getConfigRelativePath
-
getInputRelativePath
-
getOutputRelativePath
-
getLookupRelativePath
-
directoryNameOfDataset
-
directoryName
-
getOutputPath
-
getOutputDataSetPath
-
getInputDataSetPath
-
getKeyValueExpectationFilePath
-