Uses of Class
com.aoapps.net.pathspace.Prefix
-
Uses of Prefix in com.aoapps.net.pathspace
Methods in com.aoapps.net.pathspace that return PrefixModifier and TypeMethodDescriptionPrefixConflictException.getAdding()
PrefixConflictException.getExisting()
PathMatch.getPrefix()
Gets the prefix that matched the lookup.static Prefix
Prefix.valueOf
(Path base, int wildcards, Prefix.MultiLevelType multiLevelType) Gets an instance of a prefix given the individual fields.static Prefix
Parses the unambiguous string representation of a prefix.Methods in com.aoapps.net.pathspace with parameters of type PrefixModifier and TypeMethodDescriptionint
The natural ordering is such that an iterative call tomatches(com.aoapps.net.Path)
will return.boolean
Prefix.conflictsWith
(Prefix other) Checks if two prefixes are conflicting.void
Adds a new prefix to this space while checking for conflicts.