|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains information about the server and functions for resolving pathnames.
Method Summary | |
String |
getBaseDirectory()
A config.xml setting for the base directory. |
String |
getBuildDate()
|
String |
getBuildTime()
|
String |
getCopyright()
|
String |
getCurrentBaseDirectory()
The base directory that this ServerInfo is actually using. |
String |
getVersion()
|
File |
resolve(String filename)
Resolves a relative pathname to a File, relative to the server installation directory (e.g. |
URI |
resolve(URI uri)
|
String |
resolvePath(String filename)
|
File |
resolveServer(String filename)
Resolves a relative pathname to a File, relative to the server configuration directory. |
URI |
resolveServer(URI uri)
|
String |
resolveServerPath(String filename)
|
Method Detail |
public String resolvePath(String filename)
public String resolveServerPath(String filename)
public File resolve(String filename)
filename
- a String
containing a pathname,
which will be resolved by resolvePath(String
filename)
.
File
valuepublic File resolveServer(String filename)
public URI resolve(URI uri)
public URI resolveServer(URI uri)
public String getBaseDirectory()
public String getCurrentBaseDirectory()
public String getVersion()
public String getBuildDate()
public String getBuildTime()
public String getCopyright()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |