org.almendra.janet.cas.monitor.interpreters
Class UnInstallProducerInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.monitor.interpreters.AbstractProducerInterpreter
      extended by org.almendra.janet.cas.monitor.interpreters.UnInstallProducerInterpreter
All Implemented Interfaces:
IInterpreter

public class UnInstallProducerInterpreter
extends AbstractProducerInterpreter
implements IInterpreter


Constructor Summary
UnInstallProducerInterpreter()
          Creates a new UnInstallProducerInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
 
Methods inherited from class org.almendra.janet.cas.monitor.interpreters.AbstractProducerInterpreter
getAnchor, hasAnchor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnInstallProducerInterpreter

public UnInstallProducerInterpreter()
Creates a new UnInstallProducerInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)
Specified by:
execute in interface IInterpreter

commandNames

public StringVector commandNames()
Specified by:
commandNames in interface IInterpreter