Class CreateWorkspace
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.ext.CreateWorkspace
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class CreateWorkspace extends Object implements org.apache.commons.chain.Command
Creates a Workspace.
Note that this Command uses Jackrabbit specific API.
-
-
Constructor Summary
Constructors Constructor Description CreateWorkspace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
String
getNameKey()
void
setNameKey(String nameKey)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Specified by:
execute
in interfaceorg.apache.commons.chain.Command
- Throws:
Exception
-
getNameKey
public String getNameKey()
- Returns:
- the name key
-
setNameKey
public void setNameKey(String nameKey)
- Parameters:
nameKey
- the name key to set
-
-