Class Save
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.core.Save
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class Save extends Object implements org.apache.commons.chain.Command
Save the current workingItemif specified, or the current workingSession
-
-
Constructor Summary
Constructors Constructor Description Save()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)StringgetPathKey()voidsetPathKey(String pathKey)
-
-
-
Method Detail
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
getPathKey
public String getPathKey()
- Returns:
- the path key
-
setPathKey
public void setPathKey(String pathKey)
- Parameters:
pathKey- the path key to set
-
-