Uses of Class
hudson.util.LineEndingConversion.EOLType
-
Packages that use LineEndingConversion.EOLType Package Description hudson.util Other miscellaneous utility code -
-
Uses of LineEndingConversion.EOLType in hudson.util
Methods in hudson.util that return LineEndingConversion.EOLType Modifier and Type Method Description static LineEndingConversion.EOLType
LineEndingConversion.EOLType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineEndingConversion.EOLType[]
LineEndingConversion.EOLType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in hudson.util with parameters of type LineEndingConversion.EOLType Modifier and Type Method Description static String
LineEndingConversion. convertEOL(String input, LineEndingConversion.EOLType type)
Convert line endings of a string to the given type.
-