Class AddMixin
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.mixin.AddMixin
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class AddMixin extends Object implements org.apache.commons.chain.Command
Add a mixin to the givenNode
-
-
Constructor Summary
Constructors Constructor Description AddMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)StringgetMixinKey()StringgetPathKey()voidsetMixinKey(String mixinNameKey)voidsetPathKey(String pathKey)
-
-
-
Method Detail
-
getMixinKey
public String getMixinKey()
- Returns:
- Returns the mixinNameKey.
-
setMixinKey
public void setMixinKey(String mixinNameKey)
- Parameters:
mixinNameKey- The mixinNameKey to set.
-
getPathKey
public String getPathKey()
- Returns:
- Returns the pathKey.
-
setPathKey
public void setPathKey(String pathKey)
- Parameters:
pathKey- The pathKey to set.
-
-