ProjectDescription is a lightweight description that describes a project to
be created.
This class is not intended to be instantiated or used by clients.
since: 3.3
Constructor Summary
public
ProjectDescription(IProject project) Create a project description from a specified project.
Parameters: project - The project to be described.
public
ProjectDescription(IProjectDescription projectDescription) Create a project description from a specified IProjectDescription.
Create a project description from a specified project.
Parameters: project - The project to be described. The project must exist.
ProjectDescription
public ProjectDescription(IProjectDescription projectDescription)(Code)
Create a project description from a specified IProjectDescription. Used
when the project does not yet exist.
Parameters: projectDescription - the project description for the future project
Method Detail
createExistentResourceFromHandle
public void createExistentResourceFromHandle(IResource resource, IProgressMonitor monitor) throws CoreException(Code)