net.sf.staccatocommons.instrument.config
Interface InstrumenterConfigurer


public interface InstrumenterConfigurer

Interface for configuring an instrumenter.

It declares a single message configureInstrumenter(InstrumenterConfiguration) that will send by the InstrumentationRunner after it has created the instrumenter, and before running the instrumentation

Author:
flbulgarelli

Method Summary
 void configureInstrumenter(InstrumenterConfiguration instrumenter)
          Configures the given instrumenter.
 

Method Detail

configureInstrumenter

void configureInstrumenter(@NonNull
                           InstrumenterConfiguration instrumenter)
Configures the given instrumenter.

Implementors must set an instrumentation mark to the instrumenter and add at least one handler to it

Parameters:
instrumenter - the instrumenter to configure


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.