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".
Example prefix files:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ConcurrentHashMap<String, PrefixTree> -
Constructor Summary
Constructors -
Method Summary