public static enum SCSSLintMojo.ExitCode extends Enum<SCSSLintMojo.ExitCode>
Enum Constant and Description |
---|
CODE_0
"No lints were found" exitcode.
|
CODE_1
"One or more warnings were reported" exitcode.
|
CODE_2
"One or more errors were reported" exitcode.
|
CODE_64
"Command line usage error" exitcode.
|
CODE_66
"" exitcode.
|
CODE_70
"Input file did not exist or was not readable" exitcode.
|
CODE_78
"Internal software error" exitcode.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this
ExitCode . |
static SCSSLintMojo.ExitCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCSSLintMojo.ExitCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCSSLintMojo.ExitCode CODE_0
public static final SCSSLintMojo.ExitCode CODE_1
public static final SCSSLintMojo.ExitCode CODE_2
public static final SCSSLintMojo.ExitCode CODE_64
public static final SCSSLintMojo.ExitCode CODE_66
public static final SCSSLintMojo.ExitCode CODE_70
public static final SCSSLintMojo.ExitCode CODE_78
public static SCSSLintMojo.ExitCode[] values()
for (SCSSLintMojo.ExitCode c : SCSSLintMojo.ExitCode.values()) System.out.println(c);
public static SCSSLintMojo.ExitCode 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 String toString()
ExitCode
.toString
in class Enum<SCSSLintMojo.ExitCode>
Copyright © 2014–2019 GeoDienstenCentrum. All rights reserved.