Class SetBinaryProperty
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
-
- org.apache.jackrabbit.standalone.cli.core.SetBinaryProperty
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class SetBinaryProperty extends AbstractSetProperty
Set a binaryProperty
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
nameKey, parentPathKey, typeKey, valueKey
-
-
Constructor Summary
Constructors Constructor Description SetBinaryProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
-
Methods inherited from class org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
getNameKey, getParentPathKey, getTypeKey, getValueKey, setNameKey, setParentPathKey, setTypeKey, setValueKey
-
-