Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | format(String
the input String input)Implements abstract org. Converts all characters of the string to lower case, but does not change words starting with "{" |
public String | getDescription()
Implements abstract org. Returns a description of the formatter. |
public String | getExampleInput()
Implements abstract org. Returns an example input string of the formatter. |
public String | getKey()
Implements abstract org. Returns a unique key for the formatter that can be used for its identification |
public String | getName()
Implements abstract org. Returns a human readable name of the formatter usable for e.g. in the GUI |
LowerCaseFormatter | back to summary |
---|---|
public LowerCaseFormatter() |
format | back to summary |
---|---|
public String format(String input) Implements abstract org. Converts all characters of the string to lower case, but does not change words starting with "{"
|
getDescription | back to summary |
---|---|
public String getDescription() Implements abstract org. Doc from org. Returns a description of the formatter. |
getExampleInput | back to summary |
---|---|
public String getExampleInput() Implements abstract org. Doc from org. Returns an example input string of the formatter. This example is used as input to the formatter to demonstrate its functionality |
getKey | back to summary |
---|---|
public String getKey() Implements abstract org. Doc from org. Returns a unique key for the formatter that can be used for its identification |
getName | back to summary |
---|---|
public String getName() Implements abstract org. Doc from org. Returns a human readable name of the formatter usable for e.g. in the GUI |