org.apache.jackrabbit.command.info
Class LsProperties

java.lang.Object
  extended byorg.apache.jackrabbit.command.info.AbstractLs
      extended byorg.apache.jackrabbit.command.info.AbstractLsProperties
          extended byorg.apache.jackrabbit.command.info.LsProperties
All Implemented Interfaces:
org.apache.commons.chain.Command

public class LsProperties
extends AbstractLsProperties

Property fields:


Field Summary
 
Fields inherited from class org.apache.jackrabbit.command.info.AbstractLs
longWidth
 
Constructor Summary
LsProperties()
           
 
Method Summary
 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.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

LsProperties

public LsProperties()
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,
                                 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.