Class RegReportPaths

java.lang.Object
com.regnosys.rosetta.common.RegPaths
com.regnosys.rosetta.common.reports.RegReportPaths

public class RegReportPaths extends RegPaths
  • Field Details

    • REGULATORY_REPORTING_PATH

      public static final Path REGULATORY_REPORTING_PATH
    • REPORT_EXPECTATIONS_FILE_NAME

      public static final String REPORT_EXPECTATIONS_FILE_NAME
      See Also:
  • Constructor Details

    • RegReportPaths

      public RegReportPaths(Path rootPath, Path input, Path output, Path config, Path lookup)
  • Method Details

    • get

      public static RegReportPaths get(Path resourcesPath)
    • getDefault

      public static RegReportPaths getDefault()
    • getLegacy

      public static RegReportPaths getLegacy()
    • getReportExpectationsFilePath

      public static Path getReportExpectationsFilePath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName)
    • 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

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

      @Deprecated public static String legacyDirectoryName(com.rosetta.model.lib.ModelReportId id)
      Deprecated.
    • getLegacyReportDataSetPath

      @Deprecated public static Path getLegacyReportDataSetPath(Path outputPath, com.rosetta.model.lib.ModelReportId reportIdentifier, String dataSetName)
      Deprecated.