Uses of Enum Class
com.puppycrawl.tools.checkstyle.checks.LineEndingOption
Packages that use LineEndingOption
Package
Description
Contains the checks that are bundled with the main distribution.
-
Uses of LineEndingOption in com.puppycrawl.tools.checkstyle.checks
Fields in com.puppycrawl.tools.checkstyle.checks declared as LineEndingOptionModifier and TypeFieldDescriptionprivate LineEndingOptionLineEndingCheck.lineEndingDefault line separator LF.Methods in com.puppycrawl.tools.checkstyle.checks that return LineEndingOptionModifier and TypeMethodDescriptionstatic LineEndingOptionReturns the enum constant of this class with the specified name.static LineEndingOption[]LineEndingOption.values()Returns an array containing the constants of this enum class, in the order they are declared.