|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandLineInterface
This is the interface that a class needs to implement in order to be used from the command line of ArgoUML.
Furthermore the class need to have a public constructor that doesn't take any arguments.
| Method Summary | |
|---|---|
boolean |
doCommand(java.lang.String argument)
The method is called with the argument to this class from the command line (or null if no argument). |
| Method Detail |
|---|
boolean doCommand(java.lang.String argument)
argument - a string that is used to send arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |