|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.ui.webstart.WebstartWrapper
This class wraps webstart to add parameters to a JNLP file so that the parameters may be passed into the webstart program.
Constructor Summary | |
WebstartWrapper(String aFilename)
Creates a new instance of WebstartWrapper. |
Method Summary | |
void |
addParameter(String aParameter)
Add a startup parameter. |
static void |
main(String[] args)
Main method used to start the process. |
void |
startup()
Start the web application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebstartWrapper(String aFilename)
aFilename
- The name of the file that contains the JNLP code.Method Detail |
public static void main(String[] args)
public void addParameter(String aParameter)
public void startup() throws IOException
IOException
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |