|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SootMojo.OutputFormat>
net.nicoulaj.maven.plugins.soot.SootMojo.OutputFormat
public static enum SootMojo.OutputFormat
Values for SootMojo.outputFormat
option.
Enum Constant Summary | |
---|---|
B
Produce .b (abbreviated Baf) files. |
|
BAF
Produce .baf files. |
|
CLASS
Produce .class files. |
|
DAVA
Produce dava-decompiled .java files. |
|
GRIMP
Produce .grimp (abbreviated Grimp) files. |
|
GRIMPLE
Produce .grimple files. |
|
JASMIN
Produce .jasmin files. |
|
JIMP
Produce .jimp (abbreviated Jimple) files. |
|
JIMPLE
Produce .jimple files. |
|
NONE
Produce no output. |
|
SHIMP
Produce .shimp (abbreviated Shimple) files. |
|
SHIMPLE
Produce .shimple files. |
|
TEMPLATE
Produce .java files with Jimple templates. |
|
XML
Produce .xml files. |
Field Summary | |
---|---|
protected int |
value
|
Method Summary | |
---|---|
int |
getValue()
|
static SootMojo.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SootMojo.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SootMojo.OutputFormat JIMPLE
public static final SootMojo.OutputFormat JIMP
public static final SootMojo.OutputFormat SHIMPLE
public static final SootMojo.OutputFormat SHIMP
public static final SootMojo.OutputFormat BAF
public static final SootMojo.OutputFormat B
public static final SootMojo.OutputFormat GRIMPLE
public static final SootMojo.OutputFormat GRIMP
public static final SootMojo.OutputFormat XML
public static final SootMojo.OutputFormat NONE
public static final SootMojo.OutputFormat JASMIN
public static final SootMojo.OutputFormat CLASS
public static final SootMojo.OutputFormat DAVA
public static final SootMojo.OutputFormat TEMPLATE
Field Detail |
---|
protected int value
Method Detail |
---|
public static SootMojo.OutputFormat[] values()
for (SootMojo.OutputFormat c : SootMojo.OutputFormat.values()) System.out.println(c);
public static SootMojo.OutputFormat valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |