Class CheckstyleAntTask.FormatterType
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
- Enclosing class:
- CheckstyleAntTask
public static class CheckstyleAntTask.FormatterType
extends org.apache.tools.ant.types.EnumeratedAttribute
Poor man enumeration for the formatter types.
-
Field Summary
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
VALUES
My possible values.
-
-
Constructor Details
-
FormatterType
public FormatterType()
-
-
Method Details
-
getValues
- Specified by:
getValues
in classorg.apache.tools.ant.types.EnumeratedAttribute
-