|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
TestSkeleton
UISkeleton
Test09
public class Test09
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
Test09()
|
|
Test09(java.lang.String[] args)
|
|
| Method Summary | |
|---|---|
int |
checkKeyword(java.lang.String testName,
int argc,
java.lang.String[] args)
Handle subclass-specific command line options and their arguments. |
boolean |
finalizeArgs(java.lang.String mainName)
Validate arguments after argument parsing has finished. This is useful for verifying that all required keywords and options have been specified, that options don't conflict with one another, etc. |
void |
initializeArgs()
Method used to initialize any instance variables which may be changed by a cmdline option. This is needed when arguments are processed inside the constructor. |
java.lang.String |
keywordUsage()
A short string included in the usage message to indicate valid keywords. An example might be "[username] [password]". |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
|
| Methods inherited from class TestSkeleton |
|---|
checkOption, collabSourceLost, dataSourceLost, optionUsage, startThreads |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Test09()
public Test09(java.lang.String[] args)
throws java.rmi.RemoteException,
VisADException
java.rmi.RemoteException
VisADException| Method Detail |
|---|
public void initializeArgs()
CmdlineConsumerCmdlineParser will be run
before any instance variables for the extending
class are initialized.
initializeArgs in interface CmdlineConsumerinitializeArgs in class TestSkeleton
public int checkKeyword(java.lang.String testName,
int argc,
java.lang.String[] args)
CmdlineConsumer
checkKeyword in interface CmdlineConsumercheckKeyword in class TestSkeletontestName - The name of the main class (useful for
error messages.)argc - The index of the current keyword.args - The full list of arguments.
public java.lang.String keywordUsage()
CmdlineConsumer
keywordUsage in interface CmdlineConsumerkeywordUsage in class TestSkeletonpublic boolean finalizeArgs(java.lang.String mainName)
CmdlineConsumer
finalizeArgs in interface CmdlineConsumerfinalizeArgs in class TestSkeletonmainName - The name of the main class (useful for
error messages.)
public java.lang.String toString()
toString in class TestSkeleton
public static void main(java.lang.String[] args)
throws java.rmi.RemoteException,
VisADException
java.rmi.RemoteException
VisADException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||