public class CodeGen
extends java.lang.Object
run(java.lang.Object),
which is called just like main during headless workbench invocation.| Modifier and Type | Class and Description |
|---|---|
static class |
CodeGen.PlatformRunnable |
static class |
CodeGen.StreamProgressMonitor
Deprecated.
As of EMF 2.1.0, moved to
CodeGenUtil. |
| Constructor and Description |
|---|
CodeGen() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addClasspathEntries(java.util.Collection<IClasspathEntry> classpathEntries,
java.lang.String pluginID)
Deprecated.
As of EMF 2.1.0, moved to
CodeGenUtil. |
static void |
addClasspathEntries(java.util.Collection<IClasspathEntry> classpathEntries,
java.lang.String variableName,
java.lang.String pluginID)
Deprecated.
As of EMF 2.1.0, moved to
CodeGenUtil. |
static IContainer |
findOrCreateContainer(IPath path,
boolean forceRefresh,
IPath localLocation,
IProgressMonitor progressMonitor)
Deprecated.
As of EMF 2.1.0, moved to
CodeGenUtil. |
static IContainer |
findOrCreateContainer(IPath path,
boolean forceRefresh,
IProjectDescription projectDescription,
IProgressMonitor progressMonitor)
Deprecated.
As of EMF 2.1.0, moved to
CodeGenUtil. |
static java.util.List<java.lang.String> |
getClasspathPaths(java.lang.String pluginID)
Deprecated.
As of EMF 2.1.0, moved to
CodeGenUtil. |
java.lang.Object |
run(java.lang.Object object)
This is called with the command line arguments of a headless workbench invocation.
|
@Deprecated
public static IContainer findOrCreateContainer(IPath path,
boolean forceRefresh,
IPath localLocation,
IProgressMonitor progressMonitor)
throws CoreException
CodeGenUtil.CoreException@Deprecated
public static IContainer findOrCreateContainer(IPath path,
boolean forceRefresh,
IProjectDescription projectDescription,
IProgressMonitor progressMonitor)
throws CoreException
CodeGenUtil.CoreException@Deprecated
public static java.util.List<java.lang.String> getClasspathPaths(java.lang.String pluginID)
throws JETException
CodeGenUtil.JETException@Deprecated
public static void addClasspathEntries(java.util.Collection<IClasspathEntry> classpathEntries,
java.lang.String variableName,
java.lang.String pluginID)
throws JETException
CodeGenUtil.JETException@Deprecated
public static void addClasspathEntries(java.util.Collection<IClasspathEntry> classpathEntries,
java.lang.String pluginID)
throws java.lang.Exception
CodeGenUtil.java.lang.Exceptionpublic java.lang.Object run(java.lang.Object object)