public class RegistryTask extends SingleConfigurableTask
SingleConfigurableTask.Entry, SingleConfigurableTask.Unit| Modifier and Type | Field and Description |
|---|---|
protected String |
fromKey |
protected String |
key |
configurable, createConfigurable, fromConfigurable| Constructor and Description |
|---|
RegistryTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAttributes() |
protected void |
readConfigurable() |
protected void |
readSourceConfigurable() |
void |
setFromKey(String key)
Location of the configuration file to be patched from; optional.
|
void |
setKey(String key)
Location of the configuration file to be edited; required.
|
protected void |
writeConfigurable() |
addEntry, execute, setAutoNumbering, setCreate, setEmptyLines, setEncoding, setEscape, setEscapeNewLine, setHeaderComment, setOperator, setPatchPreserveEntries, setPatchPreserveValues, setPatchResolveVariablespublic void setKey(String key)
public void setFromKey(String key)
protected void readSourceConfigurable()
throws Exception
readSourceConfigurable in class SingleConfigurableTaskExceptionprotected void readConfigurable()
throws Exception
readConfigurable in class SingleConfigurableTaskExceptionprotected void writeConfigurable()
throws Exception
writeConfigurable in class SingleConfigurableTaskExceptionprotected void checkAttributes()
throws Exception
checkAttributes in class SingleConfigurableTaskExceptionCopyright © 2001–2025. All rights reserved.