org.codehaus.mojo.cobertura.configuration
Class ConfigInstrumentation

java.lang.Object
  extended by org.codehaus.mojo.cobertura.configuration.ConfigInstrumentation

public class ConfigInstrumentation
extends java.lang.Object

The Configuration for the Instrumentation.

Author:
Joakim Erdfelt

Constructor Summary
ConfigInstrumentation()
          Construct a new ConfigInstrumentation object.
 
Method Summary
 void addExclude(java.lang.String exclude)
          Add an Exclude to the underlying list.
 void addIgnore(java.lang.String ignore)
          Add an Ignore to the underlying list.
 void addInclude(java.lang.String include)
          Add an Include ot the underlying list.
 java.io.File getBasedir()
           
 java.util.List getExcludes()
          Get the Exclude List.
 java.util.List getIgnores()
          Get the Ignore List.
 java.util.List getIncludes()
          Get the Include List.
 void setBasedir(java.io.File basedir)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigInstrumentation

public ConfigInstrumentation()
Construct a new ConfigInstrumentation object.

Method Detail

addExclude

public void addExclude(java.lang.String exclude)
Add an Exclude to the underlying list.

Parameters:
exclude - the exlude string.

addIgnore

public void addIgnore(java.lang.String ignore)
Add an Ignore to the underlying list.

Parameters:
ignore - the ignore string.

addInclude

public void addInclude(java.lang.String include)
Add an Include ot the underlying list.

Parameters:
include - the include string.

getBasedir

public java.io.File getBasedir()
Returns:
Returns the basedir.

getExcludes

public java.util.List getExcludes()
Get the Exclude List.

Returns:
the exlude list.

getIgnores

public java.util.List getIgnores()
Get the Ignore List.

Returns:
the ignore list.

getIncludes

public java.util.List getIncludes()
Get the Include List.

Returns:
the include list.

setBasedir

public void setBasedir(java.io.File basedir)
Parameters:
basedir - The basedir to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2010. All Rights Reserved.