Uses of Class
au.com.acegi.xmlformat.LineEnding
-
-
Uses of LineEnding in au.com.acegi.xmlformat
Fields in au.com.acegi.xmlformat declared as LineEnding Modifier and Type Field Description private LineEndingAbstractXmlPlugin. lineEndingSets the line-ending of files after formatting.Methods in au.com.acegi.xmlformat that return LineEnding Modifier and Type Method Description static LineEndingLineEnding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineEnding[]LineEnding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-