|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Format.TextMode | |
|---|---|
| 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 | |
|---|---|
static Format.TextMode |
Format.TextMode.NORMALIZE
Mode for text normalization (left and right trim plus internal whitespace is normalized to a single space. |
static Format.TextMode |
Format.TextMode.PRESERVE
Mode for literal text preservation. |
static Format.TextMode |
Format.TextMode.TRIM
Mode for text trimming (left and right trim). |
static Format.TextMode |
Format.TextMode.TRIM_FULL_WHITE
Mode 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 | |
|---|---|
Format.TextMode |
Format.getTextMode()
Returns the current text output style. |
| Methods in org.apache.maven.archetype.common.util with parameters of type Format.TextMode | |
|---|---|
Format |
Format.setTextMode(Format.TextMode mode)
This sets the text output style. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||