Uses of Class
org.eclipse.jetty.util.QuotedStringTokenizer.Builder
Packages that use QuotedStringTokenizer.Builder
- 
Uses of QuotedStringTokenizer.Builder in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return QuotedStringTokenizer.BuilderModifier and TypeMethodDescriptionQuotedStringTokenizer.Builder.allowEmbeddedQuotes()If called, the builtQuotedStringTokenizerwill interpret quote characters within a token as initiating a sequence of quoted characters, rather than being part of the token value itself.QuotedStringTokenizer.Builder.allowEscapeOnlyForQuotes()If called, the builtQuotedStringTokenizerwill only allow escapes to be used with the quote character.QuotedStringTokenizer.Builder.allowSingleQuote()If called, the builtQuotedStringTokenizerwill allow quoting with the single quote character'.QuotedStringTokenizer.builder()QuotedStringTokenizer.Builder.delimiters(String delim) QuotedStringTokenizer.Builder.ignoreOptionalWhiteSpace()If called, the builtQuotedStringTokenizerwill ignore optional white space characters before and after delimiters.QuotedStringTokenizer.Builder.legacy()If called, the builtQuotedStringTokenizerwill use the legacy implementation from prior to jetty-12.QuotedStringTokenizer.Builder.returnDelimiters()If called, the builtQuotedStringTokenizerwill return delimiter characters as individual tokens.QuotedStringTokenizer.Builder.returnQuotes()If called, the builtQuotedStringTokenizerwill return tokens with quotes interpreted but not removed.