|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInfo
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 |
---|
String resolvePath(String filename)
String resolveServerPath(String filename)
File resolve(String filename)
filename
- a String
containing a pathname,
which will be resolved by resolvePath(String
filename)
.
File
valueFile resolveServer(String filename)
URI resolve(URI uri)
URI resolveServer(URI uri)
String getBaseDirectory()
String getCurrentBaseDirectory()
String getVersion()
String getBuildDate()
String getBuildTime()
String getCopyright()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |