|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectType | |
---|---|
org.eclipse.cdt.managedbuilder.core | |
org.eclipse.cdt.managedbuilder.internal.core |
Uses of ProjectType in org.eclipse.cdt.managedbuilder.core |
---|
Methods in org.eclipse.cdt.managedbuilder.core that return ProjectType | |
---|---|
ProjectType |
ITarget.getCreatedProjectType()
Returns the ProjectType that this Target has been converted to,
or null if it has not been converted. |
Methods in org.eclipse.cdt.managedbuilder.core with parameters of type ProjectType | |
---|---|
static void |
ManagedBuildManager.addExtensionProjectType(ProjectType projectType)
Adds a ProjectType that is is specified in the manifest to the build system. |
Uses of ProjectType in org.eclipse.cdt.managedbuilder.internal.core |
---|
Methods in org.eclipse.cdt.managedbuilder.internal.core that return ProjectType | |
---|---|
ProjectType |
Target.getCreatedProjectType()
|
Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ProjectType | |
---|---|
Configuration(ProjectType projectType,
IConfiguration parentConfig,
java.lang.String id)
Create a new extension configuration based on one already defined. |
|
Configuration(ProjectType projectType,
IConfiguration parentConfig,
java.lang.String id,
java.lang.String name)
Create a new extension configuration and fill in the attributes and childen later. |
|
Configuration(ProjectType projectType,
IManagedConfigElement element,
java.lang.String managedBuildRevision)
Create an extension configuration from the project manifest file element. |
|
ProjectType(ProjectType superClass,
java.lang.String Id,
java.lang.String name,
java.lang.String managedBuildRevision)
This constructor is called to create a project type whose attributes and children will be added by separate calls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |