Uses of Class
org.terrier.utility.StringTools.ESCAPE
-
Packages that use StringTools.ESCAPE Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. -
-
Uses of StringTools.ESCAPE in org.terrier.querying
Fields in org.terrier.querying declared as StringTools.ESCAPE Modifier and Type Field Description protected static StringTools.ESCAPE
Decorate. defaultEscape
what is the default escape sequenceFields in org.terrier.querying with type parameters of type StringTools.ESCAPE Modifier and Type Field Description protected java.util.Map<java.lang.String,StringTools.ESCAPE>
Decorate. escapeKeys
-
Uses of StringTools.ESCAPE in org.terrier.utility
Methods in org.terrier.utility that return StringTools.ESCAPE Modifier and Type Method Description static StringTools.ESCAPE
StringTools.ESCAPE. parse(java.lang.String s)
Parse a string into an ESCAPE value.static StringTools.ESCAPE
StringTools.ESCAPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StringTools.ESCAPE[]
StringTools.ESCAPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terrier.utility with parameters of type StringTools.ESCAPE Modifier and Type Method Description static java.lang.String
StringTools. escape(StringTools.ESCAPE e, java.lang.String s)
Escape a String according to the defined escape sequence requestedstatic java.lang.String
StringTools. unescape(StringTools.ESCAPE e, java.lang.String s)
Unescape a String according to the defined escape sequence requested
-