org.eclipse.gmt.modisco.java.generation.files
Class Generate_JavaStructures
java.lang.Object
AbstractAcceleoGenerator
org.eclipse.gmt.modisco.java.generation.files.GenerateJava
org.eclipse.gmt.modisco.java.generation.files.GenerateJavaExtended
org.eclipse.gmt.modisco.java.generation.files.Generate_JavaStructures
Deprecated. use GenerateJavaExtended
@Deprecated
public class Generate_JavaStructures
- extends GenerateJavaExtended
Method Summary |
void |
doGenerate(Monitor monitor)
Deprecated. Launches the generation described by this instance. |
static void |
main(java.lang.String[] args)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generate_JavaStructures
public Generate_JavaStructures()
- Deprecated.
Generate_JavaStructures
public Generate_JavaStructures(URI modelURI,
java.io.File targetFolder,
java.util.List<? extends java.lang.Object> arguments)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
doGenerate
public void doGenerate(Monitor monitor)
throws java.io.IOException
- Deprecated.
- Description copied from class:
GenerateJava
- Launches the generation described by this instance.
- Overrides:
doGenerate
in class GenerateJavaExtended
- Parameters:
monitor
- This will be used to display progress information to the user.
- Throws:
java.io.IOException
- This will be thrown if any of the output files cannot be saved to disk.
main
@Deprecated
public static void main(java.lang.String[] args)
- Deprecated.
- This can be used to launch the generation from a standalone application.
- Parameters:
args
- Arguments of the generation.