public static enum ReportXmlFormatter.FormatterType extends Enum<ReportXmlFormatter.FormatterType>
| Enum Constant and Description |
|---|
CHECKSTYLE |
CSSLINT |
JSLINT |
LINT |
| Modifier and Type | Method and Description |
|---|---|
static ReportXmlFormatter.FormatterType |
getByFormat(String format) |
String |
getFormat() |
static String |
getSupportedFormatsAsCSV() |
static ReportXmlFormatter.FormatterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportXmlFormatter.FormatterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportXmlFormatter.FormatterType LINT
public static final ReportXmlFormatter.FormatterType CHECKSTYLE
public static final ReportXmlFormatter.FormatterType CSSLINT
public static final ReportXmlFormatter.FormatterType JSLINT
public static ReportXmlFormatter.FormatterType[] values()
for (ReportXmlFormatter.FormatterType c : ReportXmlFormatter.FormatterType.values()) System.out.println(c);
public static ReportXmlFormatter.FormatterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static ReportXmlFormatter.FormatterType getByFormat(String format)
format - of the ReportXmlFormatter.FormatterType to return.ReportXmlFormatter.FormatterType of searched format type or null if such format does not exist.public static String getSupportedFormatsAsCSV()
public String getFormat()
Copyright © 2008-2013. All Rights Reserved.