org.apache.jackrabbit.standalone.cli.mixin
Class RemoveMixin

java.lang.Object
  extended by 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 given Node


Constructor Summary
RemoveMixin()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getMixinKey()
           
 String getPathKey()
           
 void setMixinKey(String mixinNameKey)
           
 void setPathKey(String pathKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveMixin

public RemoveMixin()
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

execute

public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception

Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
Exception


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.