|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.appstarter.AppStarterConfig
public class AppStarterConfig
Configuration for the "AppStarter".
| Constructor Summary | |
|---|---|
AppStarterConfig()
Constructor with no arguments. |
|
| Method Summary | |
|---|---|
void |
addArgument(java.lang.String arg)
Adds a command line argument. |
void |
addClasspathEntry(ClasspathEntry entry)
Adds a single classpath entry to the list. |
java.util.List<java.lang.String> |
getArguments()
Returns a list of arguments to use for the application. |
java.util.List<ClasspathEntry> |
getClassPath()
Returns a list of entries to inject into the classpath. |
java.lang.String |
getFrameTitle()
Returns the title of the frame. |
java.lang.String |
getMainClass()
Returns the class to start. |
StartType |
getStartType()
Returns the type of application to start. |
void |
setArguments(java.lang.String args)
Set one or more arguments for the application. |
void |
setClassPath(java.lang.String cp)
Returns a list of entries to inject into the classpath. |
void |
setFrameTitle(java.lang.String frameTitle)
Sets the title of the frame. |
void |
setMainClass(java.lang.String mainClass)
Sets the class to start. |
void |
setStartType(StartType startType)
Sets the type of application to start. |
void |
setStartType(java.lang.String startType)
Sets the type of application to start. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppStarterConfig()
| Method Detail |
|---|
public final java.util.List<java.lang.String> getArguments()
public final void setArguments(java.lang.String args)
args - Arguments separated by comma.public final void addArgument(java.lang.String arg)
arg - Argument to add.public final java.util.List<ClasspathEntry> getClassPath()
public final void addClasspathEntry(ClasspathEntry entry)
entry - Entry to add.public final void setClassPath(java.lang.String cp)
cp - Classpath entries separated by a comma and with format
'TYPE|VALUE'. Valid types are: CLASSES_DIR, JAR_FILE and
JARS_DIR.public final java.lang.String getMainClass()
public final void setMainClass(java.lang.String mainClass)
mainClass - Full qualified class name (Applet or class with main
method).public final StartType getStartType()
public final void setStartType(java.lang.String startType)
startType - Applet or Application.public final void setStartType(StartType startType)
startType - Applet or Application.public final java.lang.String getFrameTitle()
public final void setFrameTitle(java.lang.String frameTitle)
frameTitle - Frame title.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||