Uses of Enum Class
io.mola.galimatias.URLParser.ParseURLState
Packages that use URLParser.ParseURLState
-
Uses of URLParser.ParseURLState in io.mola.galimatias
Fields in io.mola.galimatias declared as URLParser.ParseURLStateMethods in io.mola.galimatias that return URLParser.ParseURLStateModifier and TypeMethodDescriptionstatic URLParser.ParseURLStateReturns the enum constant of this class with the specified name.static URLParser.ParseURLState[]URLParser.ParseURLState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mola.galimatias with parameters of type URLParser.ParseURLStateModifierConstructorDescriptionURLParser(URL base, String input, URL url, URLParser.ParseURLState stateOverride) URLParser(String input, URL url, URLParser.ParseURLState stateOverride)