| |
|
| java.lang.Object spoon.AbstractLauncher spoon.Launcher
All known Subclasses: spoon.LtLauncher,
Method Summary | |
protected Factory | createFactory() Creates the factory and associated environment for constructing the
model, initialized with the launcher's arguments. | protected JSAP | defineArgs() Adds some specific arguments to the common ones. | public static void | main(String[] args) A default program entry point (instantiates a launcher with the given
arguments and calls
Launcher.run() ). | protected void | print() Prints out the built model into files. | public void | run() Starts the Spoon processing. |
Launcher | public Launcher(String[] args) throws JSAPException(Code) | | Constructor.
|
createFactory | protected Factory createFactory()(Code) | | Creates the factory and associated environment for constructing the
model, initialized with the launcher's arguments.
|
defineArgs | protected JSAP defineArgs() throws JSAPException(Code) | | Adds some specific arguments to the common ones.
|
print | protected void print()(Code) | | Prints out the built model into files.
|
Fields inherited from spoon.AbstractLauncher | protected JSAP jsapArgs(Code)(Java Doc)
|
|
|
|