Class Target

java.lang.Object
com.botbox.bbsh.Target
Direct Known Subclasses:
FileTarget

public abstract class Target
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static boolean DEBUG  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected Target​(TargetMap targets, java.lang.String name, boolean autoclose)  
  • Method Summary

    Modifier and Type Method Description
    void addContext​(CommandContext context)  
    void close()  
    protected abstract void closeTarget()  
    java.lang.String getName()  
    java.lang.String getStatus()  
    protected abstract void handleLine​(CommandContext context, java.lang.String line)  
    void lineRead​(CommandContext context, java.lang.String line)  
    void removeContext​(CommandContext context)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait