Uses of Class
org.smallmind.license.LineEndings
-
Packages that use LineEndings Package Description org.smallmind.license -
-
Uses of LineEndings in org.smallmind.license
Fields in org.smallmind.license declared as LineEndings Modifier and Type Field Description LineEndingsLineTerminator. lineEndingsMethods in org.smallmind.license that return LineEndings Modifier and Type Method Description static LineEndingsLineEndings. valueOf(String name)Returns the enum constant of this type with the specified name.static LineEndings[]LineEndings. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.smallmind.license with parameters of type LineEndings Constructor Description LineTerminator(LineEndings lineEndings)
-