|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebEnvironment
Nested Class Summary | |
---|---|
static class |
WebEnvironment.WebScope
In which web scope is the component available: preview, staging, live, webedit or global. |
Method Summary | |
---|---|
WebEnvironment.WebScope |
getWebScope()
Returns the webscope |
String |
getWebXml()
gets the content of current web.xml |
boolean |
hasCustomWebXml()
Returns true if the web.xml was edited by user, false otherwise |
void |
setCustomWebXml(boolean customWebXml)
Saves the "web.xml was edited by user" state |
void |
setWebXml(String webXml)
saves the given string to web.xml file |
Methods inherited from interface de.espirit.firstspirit.module.ProjectEnvironment |
---|
getInstalledVersion, getProject, getProjectId |
Methods inherited from interface de.espirit.firstspirit.module.ServerEnvironment |
---|
getConfDir, getConnection, getDataDir, getLogDir, getScope |
Method Detail |
---|
WebEnvironment.WebScope getWebScope()
boolean hasCustomWebXml()
true
if edited otherwise false
void setCustomWebXml(boolean customWebXml)
customWebXml
- true if web.xml was edited by user, false otherwise@Nullable String getWebXml()
void setWebXml(String webXml)
webXml
- web.xml content, that should be saved
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |