org.apache.jackrabbit.standalone.cli.collect
Class CollectNodes

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.collect.AbstractCollect
      extended by org.apache.jackrabbit.standalone.cli.collect.CollectNodes
All Implemented Interfaces:
org.apache.commons.chain.Command

public class CollectNodes
extends AbstractCollect

Collect nodes only


Constructor Summary
CollectNodes()
           
 
Method Summary
protected  boolean isCollectNodes()
          Collect nodes flag
protected  boolean isCollectProperties()
          Collect properties flag
 
Methods inherited from class org.apache.jackrabbit.standalone.cli.collect.AbstractCollect
execute, getDepthKey, getDestKey, getNamePatternKey, getSrcPathKey, setDepthKey, setDestKey, setNamePatternKey, setSrcPathKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectNodes

public CollectNodes()
Method Detail

isCollectNodes

protected boolean isCollectNodes()
Collect nodes flag

Specified by:
isCollectNodes in class AbstractCollect
Returns:
true if Node s must be collected

isCollectProperties

protected boolean isCollectProperties()
Collect properties flag

Specified by:
isCollectProperties in class AbstractCollect
Returns:
true if Property s must be collected


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.