Class RegPaths

java.lang.Object
com.regnosys.rosetta.common.RegPaths
Direct Known Subclasses:
RegProjectionPaths, RegReportPaths

public class RegPaths extends Object
  • Field Details

    • INPUT_PATH

      public static final Path INPUT_PATH
    • OUTPUT_PATH

      public static final Path OUTPUT_PATH
    • CONFIG_PATH

      public static final Path CONFIG_PATH
    • LOOKUP_PATH

      public static final Path LOOKUP_PATH
    • LEGACY_DATA_PATH

      public static final Path LEGACY_DATA_PATH
    • KEY_VALUE_FILE_NAME_SUFFIX

      public static final String KEY_VALUE_FILE_NAME_SUFFIX
      See Also:
    • REPORT_FILE_NAME_SUFFIX

      public static final String REPORT_FILE_NAME_SUFFIX
      See Also:
  • Constructor Details

  • Method Details

    • getRootRelativePath

      public Path getRootRelativePath()
    • getConfigRelativePath

      public Path getConfigRelativePath()
    • getInputRelativePath

      public Path getInputRelativePath()
    • getOutputRelativePath

      public Path getOutputRelativePath()
    • getLookupRelativePath

      public Path getLookupRelativePath()
    • directoryNameOfDataset

      public static String directoryNameOfDataset(String datasetName)
    • directoryName

      public static String directoryName(com.rosetta.model.lib.ModelReportId id)
    • getOutputPath

      public static Path getOutputPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier)
    • getOutputDataSetPath

      public static Path getOutputDataSetPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName)
    • getInputDataSetPath

      public static Path getInputDataSetPath(Path inputPath, String dataSetName)
    • getKeyValueExpectationFilePath

      public static Path getKeyValueExpectationFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName, Path inputPath)