org.eclipse.gmt.modisco.java.discoverer.tests.utils
Class JavaProjectFactory

java.lang.Object
  extended by org.eclipse.gmt.modisco.java.discoverer.tests.utils.JavaProjectFactory

Deprecated. use matching org.eclipse.modisco.x.y.z component

@Deprecated
public class JavaProjectFactory
extends java.lang.Object

Author:
Gabriel Barbier

Constructor Summary
JavaProjectFactory(java.lang.String projectName)
          Deprecated.  
 
Method Summary
 void dispose()
          Deprecated.  
 IJavaProject getJavaProject()
          Deprecated.  
 void populateSourceFolder(java.lang.String src, Plugin plugin)
          Deprecated.  
 void setExecutionEnvironmentWithUnboundVm()
          Deprecated. when a java project try to set an unbound vm for its execution environment.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaProjectFactory

public JavaProjectFactory(java.lang.String projectName)
                   throws CoreException
Deprecated. 
Throws:
CoreException
Method Detail

getJavaProject

public IJavaProject getJavaProject()
Deprecated. 

populateSourceFolder

public void populateSourceFolder(java.lang.String src,
                                 Plugin plugin)
                          throws CoreException
Deprecated. 
Throws:
CoreException

dispose

public void dispose()
             throws CoreException
Deprecated. 
Throws:
CoreException

setExecutionEnvironmentWithUnboundVm

public void setExecutionEnvironmentWithUnboundVm()
                                          throws CoreException
Deprecated. 
when a java project try to set an unbound vm for its execution environment. For instance, if it try to use a jvm 1.6 and there is only an install of jvm 1.5

Throws:
CoreException