}
private IFolder createFolder(String portableFolderPath) throws CoreException {
ContainerCreator creator = new ContainerCreator( ResourcesPlugin.getWorkspace(),
new Path( portableFolderPath ) );
IContainer container = creator.createContainer( NULL_MONITOR );
return (IFolder) container;
}
private void deleteProject(String projectName) throws CoreException {
IWorkspaceRoot root = ResourcesPlugin.getWorkspace().getRoot();