Uses of Enum Class
hudson.util.LineEndingConversion.EOLType
Packages that use LineEndingConversion.EOLType
-
Uses of LineEndingConversion.EOLType in hudson.util
Methods in hudson.util that return LineEndingConversion.EOLTypeModifier and TypeMethodDescriptionstatic LineEndingConversion.EOLType
Returns the enum constant of this class with the specified name.static LineEndingConversion.EOLType[]
LineEndingConversion.EOLType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.util with parameters of type LineEndingConversion.EOLTypeModifier and TypeMethodDescriptionstatic String
LineEndingConversion.convertEOL
(String input, LineEndingConversion.EOLType type) Convert line endings of a string to the given type.