Class SQLInitializerProvider
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider<T>
-
- edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider<Initializable>
-
- edu.uiuc.ncsa.security.storage.sql.SQLInitializerProvider
-
- All Implemented Interfaces:
CfgEventListener
,EventListener
,javax.inject.Provider<Initializable>
public abstract class SQLInitializerProvider extends TypedProvider<Initializable>
Created by Jeff Gaynor
on 5/4/12 at 9:24 AM
-
-
Constructor Summary
Constructors Constructor Description SQLInitializerProvider(org.apache.commons.configuration.tree.ConfigurationNode config, String type, String target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
componentFound(CfgEvent configurationEvent)
-
Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider
checkEvent, getTarget, getType, getTypeAttribute, getTypeAttribute, getTypeBooleanAttribute, getTypeConfig, getTypeIntAttribute, getTypeIntAttribute, setTarget, setType, setTypeConfig, toString
-
Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider
addListener, fireComponentFound, getAttribute, getAttribute, getBooleanAttribute, getConfig, getConfigurationAt, getIntAttribute, getIntAttribute, getListeners, hasA, isA, removeListener, setConfig
-
-