Uses of Class
io.mola.galimatias.URLParser.ParseURLState
-
Packages that use URLParser.ParseURLState Package Description io.mola.galimatias -
-
Uses of URLParser.ParseURLState in io.mola.galimatias
Fields in io.mola.galimatias declared as URLParser.ParseURLState Modifier and Type Field Description private URLParser.ParseURLStateURLParser. stateOverrideMethods in io.mola.galimatias that return URLParser.ParseURLState Modifier and Type Method Description static URLParser.ParseURLStateURLParser.ParseURLState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static URLParser.ParseURLState[]URLParser.ParseURLState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.mola.galimatias with parameters of type URLParser.ParseURLState Constructor Description URLParser(URL base, java.lang.String input, URL url, URLParser.ParseURLState stateOverride)URLParser(java.lang.String input, URL url, URLParser.ParseURLState stateOverride)
-