org.ocopomo.wizards
Class OcopomoProjectSupport

java.lang.Object
  extended by org.ocopomo.wizards.OcopomoProjectSupport

public class OcopomoProjectSupport
extends java.lang.Object


Constructor Summary
OcopomoProjectSupport()
           
 
Method Summary
static void addNature(org.eclipse.core.resources.IProject project)
           
static org.eclipse.core.resources.IProject createProject(java.lang.String projectName, java.net.URI location)
          For this marvelous project we need to: - create the default Eclipse project - add the custom project nature - create the folder structure
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OcopomoProjectSupport

public OcopomoProjectSupport()
Method Detail

createProject

public static org.eclipse.core.resources.IProject createProject(java.lang.String projectName,
                                                                java.net.URI location)
For this marvelous project we need to: - create the default Eclipse project - add the custom project nature - create the folder structure

Parameters:
projectName -
location -
natureId -
Returns:

addNature

public static void addNature(org.eclipse.core.resources.IProject project)
                      throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException