Class LsReferences
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.info.LsReferences
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class LsReferences extends Object implements org.apache.commons.chain.Command
Displays references to the givenNode
-
-
Constructor Summary
Constructors Constructor Description LsReferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(org.apache.commons.chain.Context ctx)
String
getPathKey()
void
setPathKey(String path)
-
-
-
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
-
getPathKey
public String getPathKey()
- Returns:
- the path key
-
setPathKey
public void setPathKey(String path)
- Parameters:
path
- the path key to set
-
-