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
    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)  
    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)