public class Report
extends org.apache.tools.ant.Task
ILicenseMatcher(s) can be specified as nested elements as well.
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
void |
add(IHeaderMatcher matcher)
Adds a license matcher.
|
void |
add(ILicenseFamily license) |
void |
add(org.apache.tools.ant.types.ResourceCollection rc)
Adds resources that will be checked.
|
void |
execute()
Generates the report.
|
void |
setAddDefaultLicenseMatchers(boolean b)
Whether to add the default list of license matchers.
|
void |
setReportFile(File f)
Where to send the report to.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void add(org.apache.tools.ant.types.ResourceCollection rc)
public void add(IHeaderMatcher matcher)
public void add(ILicenseFamily license)
public void setAddDefaultLicenseMatchers(boolean b)
public void setReportFile(File f)
public void execute()
execute
in class org.apache.tools.ant.Task
Copyright © 2006–2015. All rights reserved.