Class SetMultivalueProperty
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
-
- org.apache.jackrabbit.standalone.cli.core.SetMultivalueProperty
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class SetMultivalueProperty extends AbstractSetProperty
Set a multivalueProperty
to the current workingNode
.
The default regular expression is ",".
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
nameKey, parentPathKey, typeKey, valueKey
-
-
Constructor Summary
Constructors Constructor Description SetMultivalueProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
String
getRegExpKey()
void
setRegExpKey(String regExpKey)
-
Methods inherited from class org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
getNameKey, getParentPathKey, getTypeKey, getValueKey, setNameKey, setParentPathKey, setTypeKey, setValueKey
-
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Throws:
Exception
-
getRegExpKey
public String getRegExpKey()
- Returns:
- the regular expression key
-
setRegExpKey
public void setRegExpKey(String regExpKey)
- Parameters:
regExpKey
- the regular expression key to set
-
-