Uses of Class
com.exasol.errorreporting.Placeholder.Builder
-
-
Uses of Placeholder.Builder in com.exasol.errorreporting
Methods in com.exasol.errorreporting that return Placeholder.Builder Modifier and Type Method Description Placeholder.BuilderPlaceholder.Builder. endIndex(int endIndex)Set the index at which the placeholder ends in the text it is embedded in.static Placeholder.BuilderPlaceholder. parse(String placeholderString)Parse a placeholder from a placeholder string.Placeholder.BuilderPlaceholder.Builder. quoting(Quoting quoting)Set the quoting style that should be used when replacing this placeholder.Placeholder.BuilderPlaceholder.Builder. startIndex(int startIndex)Set the index at which the placeholder starts in the text it is embedded in.
-