public class AuditHook extends ExtensionHook
ExtensionHook.URIResourceElementVisitor.ResourceBundleProviderATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNSKEY_LOCATOR| Constructor and Description | 
|---|
AuditHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
end(ElementEndContext context)
Ends an audit-hook element. 
 | 
java.util.Collection<AnalyzerDefinition> | 
getAnalyzers()  | 
static AuditHook | 
getAuditHook()  | 
BeanDefinition | 
getBeanByIdOrDeprecatedId(java.lang.String id)
Gets the bean definition corresponding to an id, including a deprecated
 id, or null if no definition corresponds. 
 | 
java.util.Map<java.lang.String,BeanDefinition> | 
getBeansById()
Gets all extension bean definitions declared by loaded extensions, mapped
 by id. 
 | 
BeanDefinition[] | 
getBeansByIdOrDeprecatedId(java.lang.String... ids)
Gets the bean definitions corresponding to zero or more ids, including
 deprecated ids. 
 | 
java.util.Collection<ConverterDefinition> | 
getConverters()  | 
ModelDefinition | 
getModel(java.lang.String typeName)  | 
java.util.Collection<ModelDefinition> | 
getModels()  | 
ProfileDefinition | 
getProfileByIdOrDeprecatedId(java.lang.String id)
Gets the profile definition corresponding to an id, including a deprecated
 id, or null if no definition corresponds. 
 | 
java.util.Map<java.lang.String,ProfileDefinition> | 
getProfilesById()
Gets all profile definitions declared by loaded extensions, mapped by id. 
 | 
java.util.Collection<TypeDefinition<ContentRootFactory>> | 
getRootFactories()  | 
java.util.Set<java.lang.String> | 
getSuppressionNames(RuleDefinition definition)  | 
java.util.Set<RuleDefinition> | 
getSuppressionRules(java.lang.String suppressionName)  | 
java.util.List<SuppressionSchemeDefinition> | 
getSuppressionSchemes()  | 
java.util.Collection<Trigger> | 
getUnloadedTriggers()  | 
<T> void | 
mapDeprecatedIds(java.util.Map<java.lang.String,T> map)  | 
void | 
start(ElementStartContext context)
Starts an audit-hook element. 
 | 
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocationgetAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProviderpublic static AuditHook getAuditHook()
public <T> void mapDeprecatedIds(java.util.Map<java.lang.String,T> map)
public java.util.Collection<Trigger> getUnloadedTriggers()
public java.util.Map<java.lang.String,BeanDefinition> getBeansById()
public BeanDefinition[] getBeansByIdOrDeprecatedId(java.lang.String... ids)
getBeansById(), 
getBeanByIdOrDeprecatedId(String)public BeanDefinition getBeanByIdOrDeprecatedId(java.lang.String id)
public java.util.Map<java.lang.String,ProfileDefinition> getProfilesById()
getProfileByIdOrDeprecatedId(String)public ProfileDefinition getProfileByIdOrDeprecatedId(java.lang.String id)
getProfilesById()public java.util.List<SuppressionSchemeDefinition> getSuppressionSchemes()
public java.util.Set<RuleDefinition> getSuppressionRules(java.lang.String suppressionName)
public java.util.Set<java.lang.String> getSuppressionNames(RuleDefinition definition)
public java.util.Collection<ModelDefinition> getModels()
public ModelDefinition getModel(java.lang.String typeName)
public java.util.Collection<AnalyzerDefinition> getAnalyzers()
public java.util.Collection<TypeDefinition<ContentRootFactory>> getRootFactories()
public java.util.Collection<ConverterDefinition> getConverters()
public void start(ElementStartContext context)
start in class ElementVisitorcontext - information about the xml start tag.public void end(ElementEndContext context)
end in class ElementVisitorcontext - information about the xml end tag.