|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ utility overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jcorporate.expresso.core.utility
Class RunURL

java.lang.Objectcom.jcorporate.expresso.core.utility.RunURL
- public class RunURL
- extends java.lang.Object
Program to allow a URL to be run from the command line Primarily intended to allow the Application Server thread to be started automatically, but can be used to run any arbitrary URL
| Field Summary | |
private static java.lang.String |
thisClass
|
| Constructor Summary | |
RunURL()
Constructor |
|
RunURL(java.lang.String URLString)
Constructor |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Main Method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
thisClass
private static final java.lang.String thisClass
| Constructor Detail |
RunURL
public RunURL()
- Constructor
RunURL
public RunURL(java.lang.String URLString) throws com.jcorporate.expresso.core.db.DBException
- Constructor
| Method Detail |
main
public static void main(java.lang.String[] args)
- Main Method.
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ utility overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.jcorporate.expresso.core.utility.RunURL