Uses of Enum Class
eu.bandm.tools.metajava.Formats.stringEscapeMode
Packages that use Formats.stringEscapeMode
Package
Description
Mirror of Java reflection: Build java sources as object models.
-
Uses of Formats.stringEscapeMode in eu.bandm.tools.metajava
Methods in eu.bandm.tools.metajava that return Formats.stringEscapeModeModifier and TypeMethodDescriptionstatic Formats.stringEscapeModeDeprecated.Returns the enum constant of this class with the specified name.static Formats.stringEscapeMode[]Formats.stringEscapeMode.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.metajava with parameters of type Formats.stringEscapeModeModifier and TypeMethodDescriptionstatic FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, Formats.stringEscapeMode escapemode, boolean htmlMode, String[] args) Generates a Format which explains the tool application to generate a Java source file.static StringFormats.stringEscape(String data, Formats.stringEscapeMode mode) Escapes blank characters in the given datum according to the methods selected by the mode parameter:NO_ESCAPE, no change,ESCAPE_BLANKS_INDIVIDUALLY, escape each blank with an own backslash, orESCAPE_FRAME_WITH_DOUBLEQUOTES, frame whole string with double quotes and escape all internal double quotes with a backslash.