public class PrototypeManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static PrefixTree |
prototypes |
private static PrototypeFactory |
staticDefault |
Constructor and Description |
---|
PrototypeManager() |
Modifier and Type | Method and Description |
---|---|
static PrototypeFactory |
getDefault() |
static PrefixTree |
getPrototypes() |
private static void |
rebuild() |
static void |
registerPrototype(java.lang.String className) |
static void |
registerPrototypes(java.lang.String[] classNames) |
private static PrefixTree prototypes
private static PrototypeFactory staticDefault
public static void registerPrototype(java.lang.String className)
public static void registerPrototypes(java.lang.String[] classNames)
public static PrefixTree getPrototypes()
public static PrototypeFactory getDefault()
private static void rebuild()