Uses of Class
org.codehaus.mojo.cobertura.configuration.Regex

Packages that use Regex
org.codehaus.mojo.cobertura.configuration   
 

Uses of Regex in org.codehaus.mojo.cobertura.configuration
 

Methods in org.codehaus.mojo.cobertura.configuration that return Regex
 Regex ConfigCheck.createRegex()
          Create a regex object for eventual inclusion.
 

Methods in org.codehaus.mojo.cobertura.configuration that return types with arguments of type Regex
 Set<Regex> ConfigCheck.getRegexes()
           
 

Methods in org.codehaus.mojo.cobertura.configuration with parameters of type Regex
 void ConfigCheck.addRegex(Regex regex)
          add a regex to the set used to scan the reports.
 

Method parameters in org.codehaus.mojo.cobertura.configuration with type arguments of type Regex
 void ConfigCheck.setRegexes(Set<Regex> regexes)
           
 



Copyright © 2005–2015 Codehaus. All rights reserved.