Uses of Enum Class
com.streamconverter.command.impl.LineEndingNormalizeCommand.LineEndingType
Packages that use LineEndingNormalizeCommand.LineEndingType
-
Uses of LineEndingNormalizeCommand.LineEndingType in com.streamconverter.command.impl
Methods in com.streamconverter.command.impl that return LineEndingNormalizeCommand.LineEndingTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LineEndingNormalizeCommand.LineEndingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.streamconverter.command.impl with parameters of type LineEndingNormalizeCommand.LineEndingTypeModifierConstructorDescriptionCreates a new line ending normalization command.