public class DncDataPaths extends Object
Modifier and Type | Field and Description |
---|---|
static File |
glimpseDncDefaultSharedFlatDir
Most code should NOT use this, but should use
glimpseDncFlatDir instead. |
static File |
glimpseDncDefaultUserFlatDir
Most code should NOT use this, but should use
glimpseDncFlatDir instead. |
static File |
glimpseDncFlatDir
Standard dir for DNC_FLAT permanent data.
|
static File |
glimpseDncQueryDir
Standard dir for DNC_QUERY cache data.
|
static File |
glimpseDncRenderDir
Standard dir for DNC_RENDER cache data.
|
Constructor and Description |
---|
DncDataPaths() |
public static final File glimpseDncDefaultUserFlatDir
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.public static final File glimpseDncDefaultSharedFlatDir
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.public static final File glimpseDncFlatDir
glimpse.dnc.flatDir
GLIMPSE_DNC_FLAT
GlimpseDataPaths.glimpseUserDataDir
GlimpseDataPaths.glimpseSharedDataDir
public static final File glimpseDncRenderDir
glimpse.dnc.renderDir
GLIMPSE_DNC_RENDER
GlimpseDataPaths.glimpseUserCacheDir
public static final File glimpseDncQueryDir
glimpse.dnc.queryDir
GLIMPSE_DNC_QUERY
GlimpseDataPaths.glimpseUserCacheDir
Copyright © 2016 Metron, Inc.. All rights reserved.