|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EnhanceTool.ProcessingMode>
org.glassfish.pfl.tf.tools.enhancer.EnhanceTool.ProcessingMode
public static enum EnhanceTool.ProcessingMode
| Enum Constant Summary | |
|---|---|
TimingPoints
Only generate the timing points file: no changes to monitored class bytecode. |
|
TraceEnhance
Update the class schema and insert tracing code. |
|
UpdateSchemas
Update the class schemas for monitored classes, but don't insert the tracing code. |
|
| Method Summary | |
|---|---|
static EnhanceTool.ProcessingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnhanceTool.ProcessingMode[] |
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 EnhanceTool.ProcessingMode TimingPoints
public static final EnhanceTool.ProcessingMode UpdateSchemas
public static final EnhanceTool.ProcessingMode TraceEnhance
| Method Detail |
|---|
public static EnhanceTool.ProcessingMode[] values()
for (EnhanceTool.ProcessingMode c : EnhanceTool.ProcessingMode.values()) System.out.println(c);
public static EnhanceTool.ProcessingMode 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 null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||