org.eclipse.gmt.modisco.java.discoverer.tests.utils
Class JavaProjectFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaProjectFactory
public JavaProjectFactory(java.lang.String projectName)
throws CoreException
- Deprecated.
- Throws:
CoreException
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