|
|||||||||
| Home >> All >> org >> concern >> client >> [ commandline overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.concern.client.commandline
Class XMLCommand

java.lang.Objectorg.concern.client.commandline.Command
org.concern.client.commandline.XMLCommand
- All Implemented Interfaces:
- java.lang.Runnable
- public class XMLCommand
- extends Command
Run command from XML file.
- Version:
- $Revision: 1.1 $
| Field Summary | |
(package private) java.lang.String |
fileName
|
| Fields inherited from class org.concern.client.commandline.Command |
args, controller |
| Constructor Summary | |
XMLCommand()
|
|
| Method Summary | |
private Command |
decode(java.io.File file)
|
java.lang.String |
getFileName()
|
void |
run()
This method will be called by whoever wishes to run your class implementing Runnable. |
void |
setArguments(java.lang.String[] args)
|
void |
setFileName(java.lang.String fileName)
|
| Methods inherited from class org.concern.client.commandline.Command |
setController |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fileName
java.lang.String fileName
| Constructor Detail |
XMLCommand
public XMLCommand()
| Method Detail |
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
setArguments
public void setArguments(java.lang.String[] args)
- Overrides:
setArgumentsin classCommand
run
public void run()
- Description copied from interface:
java.lang.Runnable - This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
- Specified by:
runin interfacejava.lang.Runnable- Specified by:
runin classCommand
decode
private Command decode(java.io.File file) throws java.io.FileNotFoundException
|
|||||||||
| Home >> All >> org >> concern >> client >> [ commandline overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC