Class CConfigs.Path

  • Enclosing class:
    CConfigs

    public static class CConfigs.Path
    extends java.lang.Object
    • Constructor Detail

      • Path

        public Path()
    • Method Detail

      • getTmpResourcesFolder

        public static CFile getTmpResourcesFolder()
      • getTmpDownloadFolder

        public static CFile getTmpDownloadFolder()
      • getTmpUploadFolder

        public static CFile getTmpUploadFolder()
      • getLogFolder

        public static CFile getLogFolder()
      • getLocalConfigFolder

        public static CFile getLocalConfigFolder()
      • getOutputFolder

        public static CFile getOutputFolder()
      • getOutputPath

        public static java.lang.String getOutputPath()
      • getOutputRoot

        public static CFile getOutputRoot()
      • getStorageFolder

        public static CFile getStorageFolder()
      • getTempFolder

        public static CFile getTempFolder()
      • getOutputChildFolder

        public static CFile getOutputChildFolder​(java.lang.String childFolder)
      • getTmpChildFolder

        public static CFile getTmpChildFolder​(java.lang.String childFolder)
      • getStorageChildFolder

        public static CFile getStorageChildFolder​(java.lang.String childFolder)
      • getImagesFolder

        public static CFile getImagesFolder()
      • getActualImagesFolder

        public static CFile getActualImagesFolder()
      • getExpectedImagesFolder

        public static CFile getExpectedImagesFolder()
      • getDiffImagesFolder

        public static CFile getDiffImagesFolder()