|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.utils.isiam.DefaultCommandProvider
public class DefaultCommandProvider
A provider of commands to dispatch NodeUtility subclasses. These commands are kept in the ~/isiam/nucmds file (where ~ represents the user's home directory). Each line in this files should be the full name of a subclass of NodeUtility. The contents of the nucmds file is initialized automatically with all the classes under the org.mbari.siam.operations.utils package that extend SIAM's NodeUtility. Note that the file can be edited manually. The automatic initialization occurs only if the file does not exist.
| Constructor Summary | |
|---|---|
DefaultCommandProvider()
|
|
| Method Summary | |
|---|---|
java.util.List |
getCommands()
Returns the list of ICommands provided by this provider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCommandProvider()
| Method Detail |
|---|
public java.util.List getCommands()
ICommandProvider
getCommands in interface ICommandProvider
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||