public class NewJavaProjectAction extends NewProjectAction
Action that creates a new Java project in workspace.
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
OUTPUT_FOLDER |
protected static java.lang.String |
SOURCE_FOLDER |
projectName
Constructor and Description |
---|
NewJavaProjectAction() |
Modifier and Type | Method and Description |
---|---|
protected IProject |
createProject(java.lang.String projectName,
IProgressMonitor monitor)
Create a new Java project
|
run, run, runWithProgress
protected static final java.lang.String SOURCE_FOLDER
protected static final java.lang.String OUTPUT_FOLDER
protected IProject createProject(java.lang.String projectName, IProgressMonitor monitor) throws CoreException
createProject
in class NewProjectAction
projectName
- Name of the projectmonitor
- Monitoring the actionCoreException