Uses of Class
org.softevo.ample.instrument.InstrumentationConfiguration

Packages that use InstrumentationConfiguration
org.softevo.ample   
org.softevo.ample.instrument   
org.softevo.ample.ui   
org.softevo.ample.ui.views   
 

Uses of InstrumentationConfiguration in org.softevo.ample
 

Fields in org.softevo.ample declared as InstrumentationConfiguration
private  InstrumentationConfiguration AmpleLauncher.config
          The instrumentation configuration to be used.
 

Methods in org.softevo.ample that return InstrumentationConfiguration
 InstrumentationConfiguration AmplePlugin.getInstrumentationConfiguration()
          Gets an instrumentation configuration with the values currently set in the preference store.
 

Constructors in org.softevo.ample with parameters of type InstrumentationConfiguration
AmpleLauncher(org.eclipse.jdt.core.IJavaProject project, InstrumentationConfiguration config, org.eclipse.debug.core.ILaunchConfiguration launchConfiguration)
          Initializes a new instance of AmpleLauncher.
 

Uses of InstrumentationConfiguration in org.softevo.ample.instrument
 

Fields in org.softevo.ample.instrument declared as InstrumentationConfiguration
private  InstrumentationConfiguration OptionsClassCreator.config
          The instrumentation configuration we use.
private  InstrumentationConfiguration AmpleInstrumenter.config
          Instrumentation configuration for instrumenter run.
 

Constructors in org.softevo.ample.instrument with parameters of type InstrumentationConfiguration
AmpleInstrumenter(InstrumentationConfiguration config, java.io.File classDirectory, java.io.File workingDirectory, org.softevo.sibrelib.classfilter.ClassFilter filter, org.eclipse.jdt.launching.IVMInstall vmInstall)
          Creates a new instrumenter for a set of classes.
OptionsClassCreator(InstrumentationConfiguration config)
          Creates a new creator for the options class.
 

Uses of InstrumentationConfiguration in org.softevo.ample.ui
 

Fields in org.softevo.ample.ui declared as InstrumentationConfiguration
private  InstrumentationConfiguration PatternDifferencesLabelProvider.config
           
private  InstrumentationConfiguration PatternDifferencesDialog.config
           
 

Constructors in org.softevo.ample.ui with parameters of type InstrumentationConfiguration
PatternDifferencesDialog(org.eclipse.swt.widgets.Shell parentShell, PatternDifferences differences, InstrumentationConfiguration config)
           
PatternDifferencesLabelProvider(InstrumentationConfiguration config)
           
 

Uses of InstrumentationConfiguration in org.softevo.ample.ui.views
 

Fields in org.softevo.ample.ui.views declared as InstrumentationConfiguration
private  InstrumentationConfiguration RankingView.config
           
 

Methods in org.softevo.ample.ui.views with parameters of type InstrumentationConfiguration
 void RankingView.setInput(ClassNameWithWeight[] ranking, java.util.HashMap classNameToJavaTypeMap, java.util.HashMap classNameToPatternDifferencesMap, InstrumentationConfiguration config)