Package org.openclover.ant
Class AntCloverProfiles
java.lang.Object
org.openclover.ant.AntCloverProfiles
Handles the following declaration
<profiles>
<profile ...>
<profile ...>
<profile ...>
...
</profiles>
in Ant build script.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguredProfile(AntCloverProfile profile) Setter for Ant's
-
Constructor Details
-
AntCloverProfiles
public AntCloverProfiles()
-
-
Method Details
-
addConfiguredProfile
Setter for Ant's<profiles> <profile ...> <!-- one or more --> </profiles> -
getProfiles
-