|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TargetType>
com.codemesh.terp.ant.compiler.cpp.TargetType
public enum TargetType
The target type.
| Enum Constant Summary | |
|---|---|
Archive
The build target is a static (archive) library. |
|
Executable
The build target is an executable (application). |
|
Shared
The build target is a dynamic (shared) library. |
|
| Method Summary | |
|---|---|
static TargetType |
fromString(java.lang.String s)
Returns an instance of TargetType or null based on the given string. |
java.lang.String |
getVisualStudio2010ConfigurationType()
Returns the configuration type value used in VisualStudio projects. |
int |
getVisualStudioConfigurationType()
Returns the configuration type value used in VisualStudio projects. |
java.lang.String |
getWindowsAbbreviation()
Returns an target type abbreviation usable on Windows systems. |
static TargetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TargetType[] |
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 TargetType Shared
public static final TargetType Executable
public static final TargetType Archive
| Method Detail |
|---|
public static TargetType[] values()
for (TargetType c : TargetType.values()) System.out.println(c);
public static TargetType 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 name
java.lang.NullPointerException - if the argument is nullpublic int getVisualStudioConfigurationType()
public java.lang.String getVisualStudio2010ConfigurationType()
public java.lang.String getWindowsAbbreviation()
public static TargetType fromString(java.lang.String s)
s - a string representing a target type.
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||