Class CollectItems
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.collect.AbstractCollect
-
- org.apache.jackrabbit.standalone.cli.collect.CollectItems
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class CollectItems extends AbstractCollect
Collect children, either nodes or properties
-
-
Constructor Summary
Constructors Constructor Description CollectItems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCollectNodes()Collect nodes flagprotected booleanisCollectProperties()Collect properties flag-
Methods inherited from class org.apache.jackrabbit.standalone.cli.collect.AbstractCollect
execute, getDepthKey, getDestKey, getNamePatternKey, getSrcPathKey, setDepthKey, setDestKey, setNamePatternKey, setSrcPathKey
-
-
-
-
Method Detail
-
isCollectNodes
protected boolean isCollectNodes()
Collect nodes flag- Specified by:
isCollectNodesin classAbstractCollect- Returns:
- true if
Nodes must be collected
-
isCollectProperties
protected boolean isCollectProperties()
Collect properties flag- Specified by:
isCollectPropertiesin classAbstractCollect- Returns:
- true if
Propertys must be collected
-
-