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 collectedPropertys.
ThisCommandlooks for anIteratorunder the givenContextvariable and lists itsPropertys.
-
-
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 StringgetFromKey()protected IteratorgetProperties(org.apache.commons.chain.Context ctx)voidsetFromKey(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:
getPropertiesin classAbstractLsProperties- Parameters:
ctx- theContext- Returns:
- collected
Propertys to display - Throws:
CommandExceptionRepositoryException
-
-