public static enum RewriteGoogJsImports.Mode extends java.lang.Enum<RewriteGoogJsImports.Mode>
| Enum Constant and Description |
|---|
LINT_AND_REWRITE |
LINT_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static RewriteGoogJsImports.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RewriteGoogJsImports.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RewriteGoogJsImports.Mode LINT_ONLY
public static final RewriteGoogJsImports.Mode LINT_AND_REWRITE
public static RewriteGoogJsImports.Mode[] values()
for (RewriteGoogJsImports.Mode c : RewriteGoogJsImports.Mode.values()) System.out.println(c);
public static RewriteGoogJsImports.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2009-2019 Google. All Rights Reserved.