Class CollectProperties
- java.lang.Object
-
- org.apache.jackrabbit.standalone.cli.collect.AbstractCollect
-
- org.apache.jackrabbit.standalone.cli.collect.CollectProperties
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
public class CollectProperties extends AbstractCollect
Collect properties only
-
-
Constructor Summary
Constructors Constructor Description CollectProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isCollectNodes()
Collect nodes flagprotected 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
-
-
-
-
Method Detail
-
isCollectNodes
protected boolean isCollectNodes()
Collect nodes flag- Specified by:
isCollectNodes
in classAbstractCollect
- Returns:
- true if
Node
s must be collected
-
isCollectProperties
protected boolean isCollectProperties()
Collect properties flag- Specified by:
isCollectProperties
in classAbstractCollect
- Returns:
- true if
Property
s must be collected
-
-