public class ConfigInstrumentation extends Object
| Constructor and Description |
|---|
ConfigInstrumentation()
Construct a new ConfigInstrumentation object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExclude(String exclude)
Add an Exclude to the underlying list.
|
void |
addIgnore(String ignore)
Add an Ignore to the underlying list.
|
void |
addInclude(String include)
Add an Include ot the underlying list.
|
File |
getBasedir() |
List<String> |
getExcludes()
Get the Exclude List.
|
List<String> |
getIgnores()
Get the Ignore List.
|
List<String> |
getIncludes()
Get the Include List.
|
String |
getMaxmem()
Get the maxmem setting.
|
void |
setBasedir(File basedir) |
void |
setMaxmem(String maxmem)
Sets the max memory for the JVM used to run the
InstrumentationTask task. |
String |
toString() |
public ConfigInstrumentation()
public void addExclude(String exclude)
exclude - the exlude string.public void addIgnore(String ignore)
ignore - the ignore string.public void addInclude(String include)
include - the include string.public File getBasedir()
public void setBasedir(File basedir)
basedir - The basedir to set.public String getMaxmem()
public void setMaxmem(String maxmem)
InstrumentationTask task.
The format is "maxmem - the value to which maxmem will be setCopyright © 2005-2012 Codehaus. All Rights Reserved.