org.alicebot.server.core.processor.loadtime
Class BotProcessor

java.lang.Object
  extended by org.alicebot.server.core.processor.Processor
      extended by org.alicebot.server.core.processor.loadtime.StartupElementProcessor
          extended by org.alicebot.server.core.processor.loadtime.BotProcessor

public class BotProcessor
extends StartupElementProcessor

Presently supports configuration of a single bot. Later this will be expanded to handle any number of bots.


Field Summary
static java.lang.String label
           
 
Fields inherited from class org.alicebot.server.core.processor.loadtime.StartupElementProcessor
HREF
 
Fields inherited from class org.alicebot.server.core.processor.Processor
EMPTY_STRING, ENABLED, ID, NAME, NAME_EQUALS, VALUE, VALUE_EQUALS
 
Constructor Summary
BotProcessor()
           
 
Method Summary
 java.lang.String process(int level, XMLNode tag, StartupFileParser parser)
           
 
Methods inherited from class org.alicebot.server.core.processor.loadtime.StartupElementProcessor
getHref, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public static final java.lang.String label
See Also:
Constant Field Values
Constructor Detail

BotProcessor

public BotProcessor()
Method Detail

process

public java.lang.String process(int level,
                                XMLNode tag,
                                StartupFileParser parser)
                         throws InvalidStartupElementException
Specified by:
process in class StartupElementProcessor
Throws:
InvalidStartupElementException