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

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by org.alicebot.server.core.util.ClassRegistry
              extended by org.alicebot.server.core.processor.loadtime.StartupElementProcessorRegistry
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class StartupElementProcessorRegistry
extends ClassRegistry

Registers StartupElementProcessors for Program D.

Since:
4.1.3
Author:
Noel Bush
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alicebot.server.core.util.ClassRegistry
baseClassName, classesToRegister, version
 
Method Summary
static StartupElementProcessorRegistry getSelf()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getSelf

public static StartupElementProcessorRegistry getSelf()