public static enum ExternalSystemTaskActivator.Phase extends java.lang.Enum<ExternalSystemTaskActivator.Phase>
Enum Constant and Description |
---|
AFTER_COMPILE |
AFTER_REBUILD |
AFTER_SYNC |
BEFORE_COMPILE |
BEFORE_REBUILD |
BEFORE_RUN |
BEFORE_SYNC |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
myMessageKey |
Modifier and Type | Method and Description |
---|---|
boolean |
isSyncPhase() |
java.lang.String |
toString() |
static ExternalSystemTaskActivator.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSystemTaskActivator.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalSystemTaskActivator.Phase BEFORE_RUN
public static final ExternalSystemTaskActivator.Phase BEFORE_SYNC
public static final ExternalSystemTaskActivator.Phase AFTER_SYNC
public static final ExternalSystemTaskActivator.Phase BEFORE_COMPILE
public static final ExternalSystemTaskActivator.Phase AFTER_COMPILE
public static final ExternalSystemTaskActivator.Phase BEFORE_REBUILD
public static final ExternalSystemTaskActivator.Phase AFTER_REBUILD
public static ExternalSystemTaskActivator.Phase[] values()
for (ExternalSystemTaskActivator.Phase c : ExternalSystemTaskActivator.Phase.values()) System.out.println(c);
public static ExternalSystemTaskActivator.Phase 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 boolean isSyncPhase()
public java.lang.String toString()
toString
in class java.lang.Enum<ExternalSystemTaskActivator.Phase>