Package org.apache.rat.anttasks
Class Report.Format
- java.lang.Object
-
- org.apache.tools.ant.types.EnumeratedAttribute
-
- org.apache.rat.anttasks.Report.Format
-
- Enclosing class:
- Report
public static class Report.Format extends org.apache.tools.ant.types.EnumeratedAttribute
Type for the format attribute.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Report.Format
PLAIN
(package private) static java.lang.String
PLAIN_KEY
(package private) static java.lang.String
STYLED_KEY
(package private) static java.lang.String
XML_KEY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getValues()
-
-
-
Field Detail
-
XML_KEY
static final java.lang.String XML_KEY
- See Also:
- Constant Field Values
-
STYLED_KEY
static final java.lang.String STYLED_KEY
- See Also:
- Constant Field Values
-
PLAIN_KEY
static final java.lang.String PLAIN_KEY
- See Also:
- Constant Field Values
-
PLAIN
static final Report.Format PLAIN
-
-