public class Instrumentation extends Object
| Constructor and Description |
|---|
Instrumentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<InstrumentRule> |
getRules() |
boolean |
isCompile() |
void |
setCompile(boolean compile) |
void |
setDescription(String description) |
void |
setRules(List<InstrumentRule> rules) |
public String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isCompile()
public void setCompile(boolean compile)
compile - the compile to setpublic List<InstrumentRule> getRules()
public void setRules(List<InstrumentRule> rules)
rules - the rules to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.