-
Methods in xyz.cofe.text that return EndLine
| Modifier and Type |
Method |
Description |
EndLine |
EndLineReWriter.getEndLine() |
Символы перевода строк в которые необходимо перевести обнаруженные
|
EndLine |
IndentStackWriter.getEndLine() |
|
static EndLine |
EndLine.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EndLine[] |
EndLine.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in xyz.cofe.text with parameters of type EndLine
| Modifier and Type |
Method |
Description |
void |
EndLineReWriter.setEndLine(EndLine endline) |
Указывает символы перевода строк в которые необходимо перевести обнаруженные
|
void |
IndentStackWriter.setEndLine(EndLine endline) |
|