Uses of Class
org.eclipse.mtj.api.enumerations.BuildType

Packages that use BuildType
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.extension   
 

Uses of BuildType in org.eclipse.mtj.api.enumerations
 

Fields in org.eclipse.mtj.api.enumerations declared as BuildType
static BuildType BuildType.BUILD_TYPE_ANT_LITERAL
          The 'BUILD TYPE ANT' literal object.
static BuildType BuildType.BUILD_TYPE_ECLIPSE_LITERAL
          The 'BUILD TYPE ECLIPSE' literal object.
 

Methods in org.eclipse.mtj.api.enumerations that return BuildType
static BuildType BuildType.get(int value)
          Returns the 'Build Type' literal with the specified value.
static BuildType BuildType.get(java.lang.String name)
          Returns the 'Build Type' literal with the specified name.
 

Uses of BuildType in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension that return BuildType
 BuildType[] BuildProvider.getSupportedTypes()
          Returns the build types that are supported by the Build Provider.
 

Methods in org.eclipse.mtj.api.extension with parameters of type BuildType
 Deployment BuildProvider.build(org.eclipse.mtj.api.model.IMtjProject project, java.lang.String projectNatureId, BuildType type, RuntimePlatformDefinition targetPlatform, org.eclipse.core.runtime.IProgressMonitor monitor)
          Performs the project build.
 void BuildManagement.build(org.eclipse.mtj.api.model.IMtjProject project, java.lang.String projectNatureId, BuildType buildType, RuntimePlatformDefinition targetPlatform, org.eclipse.core.runtime.IProgressMonitor monitor)
          Call the appropriate build provider based on the Project structure.