public class CreateJavaProject
extends java.lang.Object
Constructor and Description |
---|
CreateJavaProject(java.lang.String bundleName,
java.lang.String zipLocation,
java.lang.String projectName)
Construct a descriptor that points to a zip file located in a particular bundle at the given location within that
bundle.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.resources.IProject |
create() |
public CreateJavaProject(java.lang.String bundleName, java.lang.String zipLocation, java.lang.String projectName)
bundleName
- The bundle in the runtime that contains the zipped up project contents.zipLocation
- The location within the bundle where the zip file is located.projectName
- The name of the project to create.