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

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


Constructor Summary
AddMixin()
           
 
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

AddMixin

public AddMixin()
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.

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.