Class DncDataPaths


  • public class DncDataPaths
    extends Object
    • Field Detail

      • glimpseDncDefaultUserFlatDir

        public static final File glimpseDncDefaultUserFlatDir
        Most code should NOT use this, but should use glimpseDncFlatDir instead. This is provided for code that, for some reason, needs to bypass the ( userDir || sharedDir ) fallback behavior and access the user dir specifically.
      • glimpseDncDefaultSharedFlatDir

        public static final File glimpseDncDefaultSharedFlatDir
        Most code should NOT use this, but should use glimpseDncFlatDir instead. This is provided for code that, for some reason, needs to bypass the ( userDir || sharedDir ) fallback behavior and access the shared dir specifically.
      • glimpseDncRenderDir

        public static final File glimpseDncRenderDir
        Standard dir for DNC_RENDER cache data.
        1. JVM prop (if defined): glimpse.dnc.renderDir
        2. Env var (if defined): GLIMPSE_DNC_RENDER
        3. Default: subdir DNC_RENDER of GlimpseDataPaths.glimpseUserCacheDir
      • glimpseDncQueryDir

        public static final File glimpseDncQueryDir
        Standard dir for DNC_QUERY cache data.
        1. JVM prop (if defined): glimpse.dnc.queryDir
        2. Env var (if defined): GLIMPSE_DNC_QUERY
        3. Default: subdir DNC_QUERY of GlimpseDataPaths.glimpseUserCacheDir
    • Constructor Detail

      • DncDataPaths

        public DncDataPaths()