public enum CssObfuscationStyle extends Enum<CssObfuscationStyle>
Enum Constant and Description |
---|
DEBUG |
OBFUSCATED |
STABLE_FULL_CLASSNAME |
STABLE_NO_CLASSNAME |
STABLE_SHORT_CLASSNAME |
VERBOSE |
Modifier and Type | Method and Description |
---|---|
String |
getPrettyName(String method,
JClassType type,
String obfuscatedName) |
boolean |
isPretty() |
static CssObfuscationStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssObfuscationStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, createValueOfMap, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf, valueOf
$isInstance
public static final CssObfuscationStyle VERBOSE
public static final CssObfuscationStyle DEBUG
public static final CssObfuscationStyle STABLE_FULL_CLASSNAME
public static final CssObfuscationStyle STABLE_SHORT_CLASSNAME
public static final CssObfuscationStyle STABLE_NO_CLASSNAME
public static final CssObfuscationStyle OBFUSCATED
public static CssObfuscationStyle[] values()
for (CssObfuscationStyle c : CssObfuscationStyle.values()) System.out.println(c);
public static CssObfuscationStyle 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 getPrettyName(String method, JClassType type, String obfuscatedName)
public boolean isPretty()
Copyright © 2018. All rights reserved.