Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.jdeveloper.audit.analyzer.Analyzer

Packages that use Analyzer
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.jdeveloper.audit.extension   
oracle.jdevimpl.audit.core   

 

Uses of Analyzer in oracle.ide.resourcebundle

 

Subclasses of Analyzer in oracle.ide.resourcebundle
 class TranslationAnalyzer
           

 

Uses of Analyzer in oracle.jdeveloper.audit.extension

 

Methods in oracle.jdeveloper.audit.extension that return types with arguments of type Analyzer
 java.util.Collection<TypeDefinition<Analyzer>> AuditHook.getAnalyzers()
           

 

Uses of Analyzer in oracle.jdevimpl.audit.core

 

Subclasses of Analyzer in oracle.jdevimpl.audit.core
 class CoreAnalyzer
          An analyzer for files that are not auditable because they are too large.

 

Methods in oracle.jdevimpl.audit.core that return Analyzer
 Analyzer ProfileBinding.getAnalyzer(TypeDefinition analyzerClass)
          Gets the bound analyzer of a specified class.

 

Methods in oracle.jdevimpl.audit.core that return types with arguments of type Analyzer
 java.util.Collection<Analyzer> ProfileBinding.getAnalyzers()
           
 java.util.List<Analyzer> DefaultAuditContext.getDisabledAnalyzers()
           

 

Methods in oracle.jdevimpl.audit.core with parameters of type Analyzer
 void ProfileBinding.enabledBeans(Analyzer analyzer, java.util.Collection<Rule> rules, java.util.Collection<Metric> metrics)
           

 

Method parameters in oracle.jdevimpl.audit.core with type arguments of type Analyzer
 void ProfileBinding.bind(java.util.Collection<TypeDefinition<Analyzer>> analyzerDefinitions, boolean disableAssists, java.util.Set<java.lang.String> disableAnalyzers, java.util.Collection<Rule> rules, java.util.Collection<Metric> metrics, boolean forceAndVerify)
          Creates the analyzer and bean instances for the bound profile.
 void ProfileBinding.introspectVisitorMethods(java.util.Map<TypeDefinition<Analyzer>,Analyzer> analyzers)
           
 void ProfileBinding.introspectVisitorMethods(java.util.Map<TypeDefinition<Analyzer>,Analyzer> analyzers)
           

 

Constructors in oracle.jdevimpl.audit.core with parameters of type Analyzer
DefaultAuditTaskContext(DefaultAuditor auditor, Analyzer analyzer, ModelFactory factory, java.util.concurrent.BlockingQueue<Violation> queue)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.