|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.csdn.common.env.Environment
public class Environment
BlogInfo: william Date: 11-9-1 Time: 下午3:51
| Constructor Summary | |
|---|---|
Environment()
|
|
Environment(Settings settings)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Environment()
public Environment(Settings settings)
| Method Detail |
|---|
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
FailedToResolveConfigException
IOException
public URL resolveConfig(String path)
throws FailedToResolveConfigException
FailedToResolveConfigException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||