org.almendra.janet.ade.distributor.interpreters
Class StartInterpreter
java.lang.Object
org.almendra.janet.ade.distributor.interpreters.DistributorInterpreter
org.almendra.janet.ade.distributor.interpreters.StartInterpreter
- All Implemented Interfaces:
- IInterpreter
public class StartInterpreter
- extends DistributorInterpreter
- implements IInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartInterpreter
public StartInterpreter()
- Creates a new
StartInterpreter
object.
execute
public void execute(CommandAccessor cmdAccessor)
- Specified by:
execute
in interface IInterpreter
setNodeViewsRegistry
protected void setNodeViewsRegistry(CommandAccessor cmdAccessor,
Descriptor descriptor)
- Parameters:
cmdAccessor
- descriptor
-
registerForEvents
protected void registerForEvents(CommandAccessor cmdAccessor,
DistributorAnchor anchor)
- Parameters:
cmdAccessor
- anchor
-
prependNodeViewTitle
protected void prependNodeViewTitle(CommandAccessor cmdAccessor)
readDescriptor
protected void readDescriptor(DistributorAnchor anchor,
CommandAccessor cmdAccessor)
- Parameters:
anchor
- capability
-
getDescriptorFile
protected java.io.File getDescriptorFile(CommandAccessor cmdAccessor,
java.lang.String descriptorFilePathName)
commandNames
public StringVector commandNames()
- Specified by:
commandNames
in interface IInterpreter