Class RegReportPaths
java.lang.Object
com.regnosys.rosetta.common.RegPaths
com.regnosys.rosetta.common.reports.RegReportPaths
-
Field Summary
FieldsFields inherited from class com.regnosys.rosetta.common.RegPaths
CONFIG_PATH, INPUT_PATH, KEY_VALUE_FILE_NAME_SUFFIX, LEGACY_DATA_PATH, LOOKUP_PATH, OUTPUT_PATH, REPORT_FILE_NAME_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegReportPathsstatic RegReportPathsstatic RegReportPathsstatic PathgetLegacyKeyValueExpectationFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName, Path inputPath) Deprecated.static PathgetLegacyReportDataSetPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName) Deprecated.static PathgetLegacyReportPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier) Deprecated.static PathgetReportExpectationFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName, Path inputPath) static PathgetReportExpectationsFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName) static StringlegacyDirectoryName(com.rosetta.model.lib.ModelReportId id) Deprecated.Methods inherited from class com.regnosys.rosetta.common.RegPaths
directoryName, directoryNameOfDataset, getConfigRelativePath, getInputDataSetPath, getInputRelativePath, getKeyValueExpectationFilePath, getLookupRelativePath, getOutputDataSetPath, getOutputPath, getOutputRelativePath, getRootRelativePath
-
Field Details
-
REGULATORY_REPORTING_PATH
-
REPORT_EXPECTATIONS_FILE_NAME
- See Also:
-
-
Constructor Details
-
RegReportPaths
-
-
Method Details
-
get
-
getDefault
-
getLegacy
-
getReportExpectationsFilePath
-
getLegacyReportPath
@Deprecated public static Path getLegacyReportPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier) Deprecated. -
getLegacyKeyValueExpectationFilePath
@Deprecated public static Path getLegacyKeyValueExpectationFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName, Path inputPath) Deprecated. -
getReportExpectationFilePath
-
legacyDirectoryName
Deprecated. -
getLegacyReportDataSetPath
@Deprecated public static Path getLegacyReportDataSetPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName) Deprecated.
-