com.buglabs.osgi.concierge.ui.jobs
Class CreateConciergeProject

java.lang.Object
  extended by org.eclipse.ui.actions.WorkspaceModifyOperation
      extended by com.buglabs.osgi.concierge.ui.jobs.CreateConciergeProject
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress, org.eclipse.jface.operation.IThreadListener

public class CreateConciergeProject
extends org.eclipse.ui.actions.WorkspaceModifyOperation

Author:
Angel Roman - roman@mdesystems.com

Constructor Summary
CreateConciergeProject(ProjectInfo projInfo)
           
 
Method Summary
static org.eclipse.jdt.core.IClasspathEntry createJREEntry()
           
 java.util.List getClasspathEntries()
           
 ProjectInfo getProjectInfo()
           
 
Methods inherited from class org.eclipse.ui.actions.WorkspaceModifyOperation
run, threadChange
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateConciergeProject

public CreateConciergeProject(ProjectInfo projInfo)
Method Detail

getClasspathEntries

public java.util.List getClasspathEntries()

getProjectInfo

public ProjectInfo getProjectInfo()

createJREEntry

public static org.eclipse.jdt.core.IClasspathEntry createJREEntry()