Uses of Enum
org.ocpsoft.urlbuilder.util.CaptureType
Packages that use CaptureType
-
Uses of CaptureType in org.ocpsoft.urlbuilder.util
Methods in org.ocpsoft.urlbuilder.util that return CaptureTypeModifier and TypeMethodDescriptionstatic CaptureTypeReturns the enum constant of this type with the specified name.static CaptureType[]CaptureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ocpsoft.urlbuilder.util with parameters of type CaptureTypeModifier and TypeMethodDescriptionstatic CapturingGroupParseTools.balancedCapture(CharSequence path, int startPos, int endPos, CaptureType type) Return the index of the terminating character in the group, excluding markers.