public class Environment extends Object
| Constructor and Description |
|---|
Environment() |
Environment(Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
File |
configFile()
The config location.
|
File |
dataFile()
The data location.
|
File |
dataWithClusterFile()
The data location with the cluster name as a sub directory.
|
File |
dictionariesFile()
The home of dictionaries
|
File |
fingerprintFile() |
File |
gateway() |
File |
homeFile()
The home of the installation.
|
File |
logsFile() |
File |
pluginsFile() |
URL |
resolveConfig(String path) |
String |
resolveConfigAndLoadToString(String path) |
File |
templateDirFile() |
File |
workFile()
The work location.
|
File |
workWithClusterFile()
The work location with the cluster name as a sub directory.
|
public Environment()
public Environment(Settings settings)
public File homeFile()
public File dictionariesFile()
public File workFile()
public File workWithClusterFile()
public File dataFile()
public File dataWithClusterFile()
public File configFile()
public File pluginsFile()
public File logsFile()
public File gateway()
public File fingerprintFile()
public File templateDirFile()
public String resolveConfigAndLoadToString(String path) throws FailedToResolveConfigException, IOException
public URL resolveConfig(String path) throws FailedToResolveConfigException
FailedToResolveConfigExceptionCopyright © 2021. All rights reserved.