Class LsCollectedProperties
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.info.AbstractLs
-
- org.apache.jackrabbit.standalone.cli.info.AbstractLsProperties
-
- org.apache.jackrabbit.standalone.cli.info.LsCollectedProperties
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class LsCollectedProperties extends AbstractLsProperties
Lists collectedProperty
s.
ThisCommand
looks for anIterator
under the givenContext
variable and lists itsProperty
s.
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.standalone.cli.info.AbstractLs
longWidth
-
-
Constructor Summary
Constructors Constructor Description LsCollectedProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFromKey()
protected Iterator
getProperties(org.apache.commons.chain.Context ctx)
void
setFromKey(String fromKey)
-
Methods inherited from class org.apache.jackrabbit.standalone.cli.info.AbstractLsProperties
execute
-
Methods inherited from class org.apache.jackrabbit.standalone.cli.info.AbstractLs
getDefaultMaxItems, getMaxItems, getMaxItemsKey, isPath, printFooter, setDefaultMaxItems, setMaxItemsKey, setPath
-
-
-
-
Method Detail
-
getFromKey
public String getFromKey()
- Returns:
- the from key
-
setFromKey
public void setFromKey(String fromKey)
- Parameters:
fromKey
- from key to set
-
getProperties
protected Iterator getProperties(org.apache.commons.chain.Context ctx) throws CommandException, RepositoryException
- Specified by:
getProperties
in classAbstractLsProperties
- Parameters:
ctx
- theContext
- Returns:
- collected
Property
s to display - Throws:
CommandException
RepositoryException
-
-