|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||
java.lang.Objectjava.lang.Enum<MTJBuildState>
org.eclipse.mtj.core.build.MTJBuildState
public enum MTJBuildState
MTJBuildState enumeration defines all states of the MTJ build process.
The ordered list of possible states is provided below:
PRE_BUILD [Before build process starts]PRE_PREPROCESS [Before preprocessing]POST_PREPROCESS [After preprocessing]#PRE_COMPILE [Before JDT builder starts]#POST_COMPILE [After JDT builder ends]PRE_LOCALIZATION [Before localization]POST_LOCALIZATION [After localization]PRE_PREVERIFICATION [Before preverifying]POST_PREVERIFICATION [After preverifying]PRE_PACKAGING [Before Packaging]PRE_OBFUSCATION [Before obfuscation]POST_OBFUSCATION [After obfuscation]PRE_SIGNING [Before signing]POST_SIGNING [After signing]POST_PACKAGING [After Packaging]POST_BUILD [After build process ends]
| Enum Constant Summary | |
|---|---|
POST_BUILD
This state represents the state after the build finishes. |
|
POST_COMPILATION
This state represents the state after compilation. |
|
POST_LOCALIZATION
This state represents the state after building localization. |
|
POST_OBFUSCATION
This state represents the state after obfuscation. |
|
POST_PACKAGING
This state represents the state after packaging. |
|
POST_PREPROCESS
This state represents the state after preprocessing. |
|
POST_PREVERIFICATION
This state represents the state after preverification. |
|
POST_SIGNING
This state represents the state after signing. |
|
PRE_BUILD
This state represents the state before the build starts. |
|
PRE_COMPILATION
This state represents the state before compilation. |
|
PRE_LOCALIZATION
This state represents the state before building localization. |
|
PRE_OBFUSCATION
This state represents the state before obfuscation. |
|
PRE_PACKAGING
This state represents the state before packaging. |
|
PRE_PREPROCESS
This state represents the state before preprocessing. |
|
PRE_PREVERIFICATION
This state represents the state before preverification. |
|
PRE_SIGNING
This state represents the state before signing. |
|
| Method Summary | |
|---|---|
static MTJBuildState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MTJBuildState[] |
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 MTJBuildState PRE_BUILD
public static final MTJBuildState POST_BUILD
public static final MTJBuildState PRE_PREPROCESS
public static final MTJBuildState POST_PREPROCESS
public static final MTJBuildState PRE_PREVERIFICATION
public static final MTJBuildState POST_PREVERIFICATION
public static final MTJBuildState PRE_LOCALIZATION
public static final MTJBuildState POST_LOCALIZATION
public static final MTJBuildState PRE_COMPILATION
public static final MTJBuildState POST_COMPILATION
public static final MTJBuildState PRE_OBFUSCATION
public static final MTJBuildState POST_OBFUSCATION
public static final MTJBuildState PRE_SIGNING
public static final MTJBuildState POST_SIGNING
public static final MTJBuildState PRE_PACKAGING
public static final MTJBuildState POST_PACKAGING
| Method Detail |
|---|
public static MTJBuildState[] values()
for (MTJBuildState c : MTJBuildState.values()) System.out.println(c);
public static MTJBuildState 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
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||