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 PrefixPrefix.valueOf(Path base, int wildcards, Prefix.MultiLevelType multiLevelType) Gets an instance of a prefix given the individual fields.static PrefixParses the unambiguous string representation of a prefix.Methods in com.aoapps.net.pathspace with parameters of type PrefixModifier and TypeMethodDescriptionintThe natural ordering is such that an iterative call tomatches(com.aoapps.net.Path)will return.booleanPrefix.conflictsWith(Prefix other) Checks if two prefixes are conflicting.voidAdds a new prefix to this space while checking for conflicts.
