org.apache.jackrabbit.standalone.cli.info
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 collected Propertys.
This Command looks for an Iterator under the
given Context variable and lists its Propertys.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LsCollectedProperties
public LsCollectedProperties()
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 class AbstractLsProperties
- Parameters:
ctx - the Context
- Returns:
- collected
Property s to display
- Throws:
CommandException
RepositoryException
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.