|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerEnvironment
Method Summary | |
---|---|
FileSystem<? extends de.espirit.firstspirit.io.FileHandle> |
getConfDir()
Returns the configuration directory of this environment. |
Connection |
getConnection()
Returns the connection. |
FileSystem<? extends de.espirit.firstspirit.io.FileHandle> |
getDataDir()
Returns the data directory of this environment. |
String |
getInstalledVersion()
Returns the installed version of the component. |
FileSystem<? extends de.espirit.firstspirit.io.FileHandle> |
getLogDir()
Returns the FileSystem as access to the log directory of this environment. |
ComponentDescriptor.Scope |
getScope()
Returns the scope, one of ComponentDescriptor.Scope.SERVER ,
ComponentDescriptor.Scope.PROJECT , and
ComponentDescriptor.Scope.WEB . |
Method Detail |
---|
@NotNull FileSystem<? extends de.espirit.firstspirit.io.FileHandle> getConfDir()
@Nullable FileSystem<? extends de.espirit.firstspirit.io.FileHandle> getDataDir()
@Nullable FileSystem<? extends de.espirit.firstspirit.io.FileHandle> getLogDir()
Connection getConnection()
ComponentDescriptor.Scope getScope()
ComponentDescriptor.Scope.SERVER
,
ComponentDescriptor.Scope.PROJECT
, and
ComponentDescriptor.Scope.WEB
.
String getInstalledVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |