Uses of Class
org.apache.maven.archetype.common.util.Format.TextMode
-
Packages that use Format.TextMode Package Description org.apache.maven.archetype.common.util -
-
Uses of Format.TextMode in org.apache.maven.archetype.common.util
Fields in org.apache.maven.archetype.common.util declared as Format.TextMode Modifier and Type Field Description (package private) Format.TextModeFormat. modetext handling modestatic Format.TextModeFormat.TextMode. NORMALIZEMode for text normalization (left and right trim plus internal whitespace is normalized to a single space.static Format.TextModeFormat.TextMode. PRESERVEMode for literal text preservation.static Format.TextModeFormat.TextMode. TRIMMode for text trimming (left and right trim).static Format.TextModeFormat.TextMode. TRIM_FULL_WHITEMode for text trimming of content consisting of nothing but whitespace but otherwise not changing output.Methods in org.apache.maven.archetype.common.util that return Format.TextMode Modifier and Type Method Description Format.TextModeFormat. getTextMode()Returns the current text output style.Methods in org.apache.maven.archetype.common.util with parameters of type Format.TextMode Modifier and Type Method Description FormatFormat. setTextMode(Format.TextMode mode)This sets the text output style.
-