public class GSBackupEncoder extends PropertyXMLEncoder
| Modifier and Type | Field and Description |
|---|---|
static String |
INCLUDE_DATA |
static String |
INCLUDE_GWC |
static String |
INCLUDE_LOG |
static String |
PATH |
static String |
TASK |
| Constructor and Description |
|---|
GSBackupEncoder() |
GSBackupEncoder(String name) |
| Modifier and Type | Method and Description |
|---|---|
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
|
add, createElementWithAttribute, get, get, setadd, addContent, getRoot, isEmpty, remove, set, setRoot, setRoot, toStringpublic 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
public GSBackupEncoder()
public GSBackupEncoder(String name)
path - the task pathpublic 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()
Copyright © 2007–2016 PDOK. All rights reserved.