Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.core.processor.loadtime
Class StartupElementProcessorRegistry  view StartupElementProcessorRegistry download StartupElementProcessorRegistry.java

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

public class StartupElementProcessorRegistry
extends org.alicebot.server.core.util.ClassRegistry


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private static java.lang.String PROCESSOR_BASE_CLASS_NAME
           
private static java.lang.String[] PROCESSOR_LIST
           
private static StartupElementProcessorRegistry self
           
private static java.lang.String VERSION
           
 
Fields inherited from class org.alicebot.server.core.util.ClassRegistry
baseClassName, classesToRegister, version
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private StartupElementProcessorRegistry()
           
 
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
 

Field Detail

VERSION

private static final java.lang.String VERSION
See Also:
Constant Field Values

PROCESSOR_LIST

private static final java.lang.String[] PROCESSOR_LIST

PROCESSOR_BASE_CLASS_NAME

private static final java.lang.String PROCESSOR_BASE_CLASS_NAME
See Also:
Constant Field Values

self

private static final StartupElementProcessorRegistry self
Constructor Detail

StartupElementProcessorRegistry

private StartupElementProcessorRegistry()
Method Detail

getSelf

public static StartupElementProcessorRegistry getSelf()