|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.delta.AbstractTask info.magnolia.module.delta.ConditionalDelegateTask info.magnolia.module.delta.NodeExistsDelegateTask info.magnolia.module.delta.ReplaceIfExistsTask
public final class ReplaceIfExistsTask
A task which replaces a node by bootstrapping a file, only if it exists. Outputs a warning if not.
Field Summary |
---|
Fields inherited from class info.magnolia.module.delta.AbstractTask |
---|
DO_NOTHING, log |
Constructor Summary | |
---|---|
ReplaceIfExistsTask(String name,
String description,
String warningMessageIfNotExisting,
String workspaceName,
String pathToCheck,
String bootstrapFile)
|
Method Summary |
---|
Methods inherited from class info.magnolia.module.delta.NodeExistsDelegateTask |
---|
condition |
Methods inherited from class info.magnolia.module.delta.ConditionalDelegateTask |
---|
execute |
Methods inherited from class info.magnolia.module.delta.AbstractTask |
---|
getDescription, getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReplaceIfExistsTask(String name, String description, String warningMessageIfNotExisting, String workspaceName, String pathToCheck, String bootstrapFile)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |