Uses of Class
io.mola.galimatias.canonicalize.RegexCanonicalizer.Scope
-
Packages that use RegexCanonicalizer.Scope Package Description io.mola.galimatias.canonicalize -
-
Uses of RegexCanonicalizer.Scope in io.mola.galimatias.canonicalize
Fields in io.mola.galimatias.canonicalize declared as RegexCanonicalizer.Scope Modifier and Type Field Description private RegexCanonicalizer.ScopeRegexCanonicalizer. scopeMethods in io.mola.galimatias.canonicalize that return RegexCanonicalizer.Scope Modifier and Type Method Description static RegexCanonicalizer.ScopeRegexCanonicalizer.Scope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RegexCanonicalizer.Scope[]RegexCanonicalizer.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.mola.galimatias.canonicalize with parameters of type RegexCanonicalizer.Scope Constructor Description RegexCanonicalizer(RegexCanonicalizer.Scope scope, java.util.regex.Pattern pattern, java.lang.String substitution)
-