Class Refresh
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.core.Refresh
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class Refresh extends Object implements org.apache.commons.chain.Command
Refresh theItem
if specified or theSession
to reflect the current saved state.
-
-
Constructor Summary
Constructors Constructor Description Refresh()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
String
getKeepChangesKey()
String
getPathKey()
void
setKeepChangesKey(String keepChangesKey)
void
setPathKey(String pathKey)
-
-
-
Method Detail
-
getKeepChangesKey
public String getKeepChangesKey()
- Returns:
- the keep changes key
-
setKeepChangesKey
public void setKeepChangesKey(String keepChangesKey)
- Parameters:
keepChangesKey
- the keep changes key to set
-
execute
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
- Specified by:
execute
in 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
-
-