| Package | potomac.core |
| Class | public class Launcher |
| Inheritance | Launcher Object |
Sometimes its necessary to write alternative launching code for a Potomac application rather than relying on the normal autogenerated code (when running unit tests for example).
Developers who wish to run alternative code after the bootstrapping is complete (to run unit tests for example) should provide their own LaunchRunner class in the LauncherManifest provided to the launch method.
| Method | Defined By | ||
|---|---|---|---|
launch(manifest:LauncherManifest):void [static]
Launches Potomac and initiates the bootstrapping process. | Launcher | ||
| launch | () | method |
public static function launch(manifest:LauncherManifest):voidLaunches Potomac and initiates the bootstrapping process.
Parameters
manifest:LauncherManifest — The manifest of launching options.
|