org.apache.jackrabbit.standalone.cli.namespace
Class UnregisterNamespace

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.namespace.UnregisterNamespace
All Implemented Interfaces:
org.apache.commons.chain.Command

public class UnregisterNamespace
extends Object
implements org.apache.commons.chain.Command

Unregister a namespace


Constructor Summary
UnregisterNamespace()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getPrefixKey()
           
 void setPrefixKey(String prefixKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnregisterNamespace

public UnregisterNamespace()
Method Detail

execute

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

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

getPrefixKey

public String getPrefixKey()
Returns:
the prefix key.

setPrefixKey

public void setPrefixKey(String prefixKey)
Parameters:
prefixKey - the prefix key to set


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