
public class DeploymentInstrumentationMapper extends Object
DeploymentInstrumentationResolver| Constructor and Description |
|---|
DeploymentInstrumentationMapper() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,InstrumentationConfiguration> |
get() |
InstrumentationConfiguration |
getDeploymentName(String deploymentName) |
void |
put(String deploymentName,
InstrumentationConfiguration resolvedInstrumentation) |
void |
set(Map<String,InstrumentationConfiguration> resolvedInstrumentation) |
public void set(Map<String,InstrumentationConfiguration> resolvedInstrumentation)
resolvedInstrumentation - IllegalArgumentException - if resolvedInstrumentation is a null objectpublic void put(String deploymentName, InstrumentationConfiguration resolvedInstrumentation)
deploymentName - resolvedInstrumentation - public Map<String,InstrumentationConfiguration> get()
public InstrumentationConfiguration getDeploymentName(String deploymentName)
deploymentName - name of deployment (taken from @Deployment method to get instrumentation configuration ofdeploymentName, null if there is no such mappingCopyright © 2014 JBoss by Red Hat. All rights reserved.