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 String
getPatternKey()
protected Iterator
getProperties(org.apache.commons.chain.Context ctx)
void
setPatternKey(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:
getProperties
in classAbstractLsProperties
- Parameters:
ctx
- theContext
- Returns:
- collected
Property
s to display - Throws:
CommandException
RepositoryException
-
-