| Enum Constant | Description |
|---|---|
css |
|
less |
|
minified_css |
|
sass |
| Modifier and Type | Method | Description |
|---|---|---|
static StyleType |
toStyleType(java.io.File file) |
|
static StyleType |
toStyleType(java.lang.String filename) |
|
static StyleType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static StyleType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleType minified_css
public static final StyleType css
public static final StyleType less
public static final StyleType sass
public static StyleType[] values()
for (StyleType c : StyleType.values()) System.out.println(c);
public static StyleType 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 nullpublic static StyleType toStyleType(java.io.File file) throws UnrecognizedFileType
UnrecognizedFileTypepublic static StyleType toStyleType(java.lang.String filename) throws UnrecognizedFileType
UnrecognizedFileTypeCopyright © 2018. All rights reserved.