Uses of Interface
org.apache.felix.ipojo.manipulator.Reporter

Packages that use Reporter
org.apache.felix.ipojo.manipulator   
org.apache.felix.ipojo.manipulator.metadata   
org.apache.felix.ipojo.manipulator.reporter   
org.apache.felix.ipojo.manipulator.visitor.check   
org.apache.felix.ipojo.manipulator.visitor.writer   
 

Uses of Reporter in org.apache.felix.ipojo.manipulator
 

Methods in org.apache.felix.ipojo.manipulator with parameters of type Reporter
 void ManipulationEngine.setReporter(Reporter reporter)
           
 

Constructors in org.apache.felix.ipojo.manipulator with parameters of type Reporter
Pojoization(Reporter reporter)
           
 

Uses of Reporter in org.apache.felix.ipojo.manipulator.metadata
 

Constructors in org.apache.felix.ipojo.manipulator.metadata with parameters of type Reporter
AnnotationMetadataProvider(ResourceStore store, Reporter reporter)
           
CompositeMetadataProvider(Reporter reporter)
           
FileMetadataProvider(java.io.File source, Reporter reporter)
          Constructs a metadata provider using the given source File (directory or file) to load iPOJO metadata.
StreamMetadataProvider(java.io.InputStream stream, Reporter reporter)
           
 

Uses of Reporter in org.apache.felix.ipojo.manipulator.reporter
 

Classes in org.apache.felix.ipojo.manipulator.reporter that implement Reporter
 class EmptyReporter
          An EmptyReporter is the basis implementation for Reporters.
 class SystemReporter
          A SystemReporter reports feedback from within the manipulation process.
 

Uses of Reporter in org.apache.felix.ipojo.manipulator.visitor.check
 

Methods in org.apache.felix.ipojo.manipulator.visitor.check with parameters of type Reporter
 void CheckFieldConsistencyVisitor.setReporter(Reporter reporter)
           
 void CheckFieldConsistencyResultVisitor.setReporter(Reporter reporter)
           
 

Uses of Reporter in org.apache.felix.ipojo.manipulator.visitor.writer
 

Methods in org.apache.felix.ipojo.manipulator.visitor.writer with parameters of type Reporter
 void ManipulatedResourcesWriter.setReporter(Reporter reporter)
           
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.