org.apache.jackrabbit.command.info
Class LsCollectedProperties

java.lang.Object
  extended byorg.apache.jackrabbit.command.info.AbstractLs
      extended byorg.apache.jackrabbit.command.info.AbstractLsProperties
          extended byorg.apache.jackrabbit.command.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.


Field Summary
 
Fields inherited from class org.apache.jackrabbit.command.info.AbstractLs
longWidth
 
Constructor Summary
LsCollectedProperties()
           
 
Method Summary
 String getFromKey()
           
protected  Iterator getProperties(org.apache.commons.chain.Context ctx)
          
 void setFromKey(String fromKey)
           
 
Methods inherited from class org.apache.jackrabbit.command.info.AbstractLsProperties
execute
 
Methods inherited from class org.apache.jackrabbit.command.info.AbstractLs
getDefaultMaxItems, getMaxItems, getMaxItemsKey, isPath, printFooter, setDefaultMaxItems, setMaxItemsKey, setPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LsCollectedProperties

public LsCollectedProperties()
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,
                                 javax.jcr.RepositoryException

Specified by:
getProperties in class AbstractLsProperties
Parameters:
ctx - the Context
Returns:
collected Property s to display
Throws:
CommandException
javax.jcr.RepositoryException


Copyright © 2005 . All Rights Reserved.