Uses of Interface
net.sf.staccatocommons.instrument.config.InstrumenterConfiguration

Packages that use InstrumenterConfiguration
net.sf.staccatocommons.instrument.config   
net.sf.staccatocommons.instrument.internal   
 

Uses of InstrumenterConfiguration in net.sf.staccatocommons.instrument.config
 

Methods in net.sf.staccatocommons.instrument.config that return InstrumenterConfiguration
 InstrumenterConfiguration InstrumenterConfiguration.addAnnotationHanlder(AnnotationHandler<?> handler)
          Register an annotation handler to this instrumenter that will be notified to process an annotation each time one of the type returned by AnnotationHandler.getSupportedAnnotationType() is found.
 InstrumenterConfiguration InstrumenterConfiguration.setInstrumentationMark(InstrumentationMark instrumentationMark)
          Sets the instrumentation mark this instrumenter will print in the instrumented classes.
 

Methods in net.sf.staccatocommons.instrument.config with parameters of type InstrumenterConfiguration
 void InstrumenterConfigurer.configureInstrumenter(InstrumenterConfiguration instrumenter)
          Configures the given instrumenter.
 

Uses of InstrumenterConfiguration in net.sf.staccatocommons.instrument.internal
 

Classes in net.sf.staccatocommons.instrument.internal that implement InstrumenterConfiguration
 class InstrumenterImpl
           
 

Methods in net.sf.staccatocommons.instrument.internal that return InstrumenterConfiguration
 InstrumenterConfiguration InstrumenterImpl.addAnnotationHanlder(AnnotationHandler handler)
           
 InstrumenterConfiguration InstrumenterImpl.setInstrumentationMark(InstrumentationMark instrumentationMark)
           
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.