Uses of Class
xyz.cofe.text.EndLine
-
Packages that use EndLine Package Description xyz.cofe.text -
-
Uses of EndLine in xyz.cofe.text
Methods in xyz.cofe.text that return EndLine Modifier and Type Method Description EndLineEndLineReWriter. getEndLine()Символы перевода строк в которые необходимо перевести обнаруженныеEndLineIndentStackWriter. getEndLine()static EndLineEndLine. 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 voidEndLineReWriter. setEndLine(EndLine endline)Указывает символы перевода строк в которые необходимо перевести обнаруженныеvoidIndentStackWriter. setEndLine(EndLine endline)Constructors in xyz.cofe.text with parameters of type EndLine Constructor Description EndLineReWriter(java.io.Writer writer, EndLine endl)КонструкторPrefixWriter(java.io.Writer writer, EndLine endl)
-