Uses of Enum
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 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.EOLTypeModifier and TypeMethodDescriptionstatic String
LineEndingConversion.convertEOL
(String input, LineEndingConversion.EOLType type) Convert line endings of a string to the given type.