Class PrefixTree
java.lang.Object
org.eclipse.aether.internal.impl.filter.ruletree.PrefixTree
Prefix tree for paths: if you step on a path prefix that exists, you are good to go.
This class parses a text file that has a prefix on each line:
- ignored/formatting - each line starting with
'#'(hash) or being empty/blank is ignored. - a path prefix ie "/org/apache/maven".
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptedPath(String path) protected org.eclipse.aether.internal.impl.filter.ruletree.NodeaddSibling(String name, boolean stop, Boolean allow) voidgetName()protected org.eclipse.aether.internal.impl.filter.ruletree.NodegetSibling(String name) isAllow()booleanisLeaf()booleanisStop()booleaninttoString()