|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.kickstart4j.ApplicationStarter
public final class ApplicationStarter
Helper class that starts the target application.
| Constructor Summary | |
|---|---|
ApplicationStarter(java.io.File destDir,
org.apache.commons.exec.CommandLine commandLine,
javax.swing.JFrame startFrame,
Kickstart4JListener listener,
Config config)
Constructor with all necessary data. |
|
| Method Summary | |
|---|---|
void |
execute()
Execute the target application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationStarter(java.io.File destDir,
org.apache.commons.exec.CommandLine commandLine,
javax.swing.JFrame startFrame,
Kickstart4JListener listener,
Config config)
destDir - Target directory - Cannot be null.commandLine - Command line - Cannot be null.startFrame - Frame displaying the "Starting application..." message - May
be null.listener - Listener to be informed about startup completion - Cannot be
nullconfig - Current configuration - Cannot be null.| Method Detail |
|---|
public void execute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||