terp - the ANT Tasks
v1.3.309

Uses of Class
com.codemesh.terp.ant.compiler.cpp.TargetType

Packages that use TargetType
com.codemesh.terp.ant.compiler.cpp   
 

Uses of TargetType in com.codemesh.terp.ant.compiler.cpp
 

Fields in com.codemesh.terp.ant.compiler.cpp declared as TargetType
protected  TargetType ResourceOption.targetType
           
 

Methods in com.codemesh.terp.ant.compiler.cpp that return TargetType
static TargetType TargetType.fromString(java.lang.String s)
          Returns an instance of TargetType or null based on the given string.
 TargetType TargetOption.getType()
          Returns the target type of the compiler invocation.
static TargetType TargetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetType[] TargetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.codemesh.terp.ant.compiler.cpp with parameters of type TargetType
static int GenerateVsProject.getConfigurationType(TargetType targetType)
          Returns the VisualStudio enumeration values for the given target type.
 


terp - the ANT Tasks
v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.