|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.geosolutions.geoserver.rest.encoder.utils.XmlElement it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder it.geosolutions.geoserver.rest.encoder.GSBackupEncoder
public class GSBackupEncoder
Field Summary | |
---|---|
static String |
INCLUDE_DATA
|
static String |
INCLUDE_GWC
|
static String |
INCLUDE_LOG
|
static String |
PATH
|
static String |
TASK
|
Constructor Summary | |
---|---|
GSBackupEncoder()
|
|
GSBackupEncoder(String name)
|
Method Summary | |
---|---|
void |
addIncludeData(Boolean includedata)
Deprecated. will be set to protected in the next release |
void |
addIncludeGwc(Boolean includegwc)
Deprecated. will be set to protected in the next release |
void |
addIncludeLog(Boolean includelog)
Deprecated. will be set to protected in the next release |
void |
addPath(String path)
Deprecated. will be set to protected in the next release |
String |
getIncludeData()
|
String |
getIncludeGwc()
|
String |
getIncludeLog()
|
String |
getPath()
|
void |
setIncludeData(Boolean includedata)
add or change (if already set) the task includedata |
void |
setIncludeGwc(Boolean includegwc)
add or change (if already set) the task includegwc |
void |
setIncludeLog(Boolean includelog)
add or change (if already set) the task includelog |
void |
setPath(String path)
add or change (if already set) the task path |
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder |
---|
add, get, get, set |
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement |
---|
add, addContent, getRoot, isEmpty, remove, set, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String TASK
public static final String PATH
public static final String INCLUDE_DATA
public static final String INCLUDE_GWC
public static final String INCLUDE_LOG
Constructor Detail |
---|
public GSBackupEncoder()
public GSBackupEncoder(String name)
path
- the task pathMethod Detail |
---|
public void addPath(String path)
path
-
IllegalStateException
- if path is already setpublic void setPath(String path)
path
- public String getPath()
public void addIncludeData(Boolean includedata)
includedata
- public void setIncludeData(Boolean includedata)
includedata
- public String getIncludeData()
public void addIncludeGwc(Boolean includegwc)
includegwc
- public void setIncludeGwc(Boolean includegwc)
includegwc
- public String getIncludeGwc()
public void addIncludeLog(Boolean includelog)
includelog
- public void setIncludeLog(Boolean includelog)
includelog
- public String getIncludeLog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |