public class RemoveItems extends Object implements org.apache.commons.chain.Command
Item under the given Node that match
the given name pattern.| Constructor and Description |
|---|
RemoveItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getPathKey() |
String |
getPatternKey() |
void |
setPathKey(String pathKey) |
void |
setPatternKey(String patternKey) |
public boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getPatternKey()
public void setPatternKey(String patternKey)
patternKey - the pattern key to setpublic String getPathKey()
public void setPathKey(String pathKey)
pathKey - the path key to setCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.