public final class ScriptClassGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
static ScriptClassGenerator |
getInstance(String scriptWrapperName)
Retrieves an instance of this class and uses the given script wrapper with
the given
scriptWrapperName. |
void |
modifyClass(String scriptDirectory,
Class existingClass)
Modifies the
existingClass (basically inserts the script wrapper class into
the class). |
public static final ScriptClassGenerator getInstance(String scriptWrapperName)
scriptWrapperName.scriptWrapperName - the fully qualified name of the script wrapper class to use.public void modifyClass(String scriptDirectory, Class existingClass)
existingClass (basically inserts the script wrapper class into
the class).scriptDirectory - the directory in which to find the script.existingClass - the class to modify.Copyright © 2005–2014 AndroMDA.org. All rights reserved.