public class BaseDataDir extends BaseDir
system properties
at
start up or as an environment variable
. System properties
take precedence over environment variables. If the path is not found in
either places, it will default to the current working directory of the
Smuggler's process.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EnvVarName |
static java.lang.String |
SysPropKey |
Constructor and Description |
---|
BaseDataDir()
Creates a new instance to read the directory value from the system
properties or environment, defaulting to the current working directory
if no value is found.
|
lookup, resolve, resolveRequiredPath, store, storeTempDir
public static final java.lang.String SysPropKey
public static final java.lang.String EnvVarName