Class LsProperties
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.info.AbstractLs
-
- org.apache.jackrabbit.standalone.cli.info.AbstractLsProperties
-
- org.apache.jackrabbit.standalone.cli.info.LsProperties
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class LsProperties extends AbstractLsProperties
Property fields:- name
- multiple
- type
- length
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.standalone.cli.info.AbstractLs
longWidth
-
-
Constructor Summary
Constructors Constructor Description LsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPatternKey()protected IteratorgetProperties(org.apache.commons.chain.Context ctx)voidsetPatternKey(String pattern)Sets the name pattern-
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
-
getPatternKey
public String getPatternKey()
- Returns:
- name pattern
-
setPatternKey
public void setPatternKey(String pattern)
Sets the name pattern- Parameters:
pattern- the pattern key
-
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
-
-