org.almendra.janet.cas.node.interpreters
Class DeregisterApplicationInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.node.interpreters.NodeInterpreter
      extended by org.almendra.janet.cas.node.interpreters.DeregisterApplicationInterpreter
All Implemented Interfaces:
IInterpreter

public class DeregisterApplicationInterpreter
extends NodeInterpreter
implements IInterpreter

Author:
Oliver

Constructor Summary
DeregisterApplicationInterpreter()
          Creates a new DeregisterApplicationInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeregisterApplicationInterpreter

public DeregisterApplicationInterpreter()
Creates a new DeregisterApplicationInterpreter 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