Class RemoveMixin
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.mixin.RemoveMixin
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class RemoveMixin extends Object implements org.apache.commons.chain.Command
Remove a mixin from the givenNode
-
-
Constructor Summary
Constructors Constructor Description RemoveMixin()
-
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:
- the mixin name key
-
setMixinKey
public void setMixinKey(String mixinNameKey)
- Parameters:
mixinNameKey- the mixin name key to set
-
getPathKey
public String getPathKey()
- Returns:
- he path key
-
setPathKey
public void setPathKey(String pathKey)
- Parameters:
pathKey- the path key to set
-
-