A B C E G H I L M O R S

A

AbstractRatMojo - Class in org.codehaus.mojo.rat
Abstract base class for Mojos, which are running RAT.
AbstractRatMojo() - Constructor for class org.codehaus.mojo.rat.AbstractRatMojo
 

B

basedir - Variable in class org.codehaus.mojo.rat.AbstractRatMojo
The base directory, in which to search for files.

C

canGenerateReport() - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns, whether the report may be generated.
check(Document) - Method in class org.codehaus.mojo.rat.RatCheckMojo
 
check(RatStatistics) - Method in class org.codehaus.mojo.rat.RatCheckMojo
 
createReport(PrintWriter, InputStream) - Method in class org.codehaus.mojo.rat.AbstractRatMojo
Writes the report to the given stream.

E

ECLIPSE_DEFAULT_EXCLUDES - Static variable in class org.codehaus.mojo.rat.AbstractRatMojo
The Eclipse specific default excludes.
execute() - Method in class org.codehaus.mojo.rat.RatCheckMojo
Invoked by Maven to execute the Mojo.
execute() - Method in class org.codehaus.mojo.rat.RatReportMojo
Called from Maven to invoke the plugin.

G

generate(Sink, Locale) - Method in class org.codehaus.mojo.rat.RatReportMojo
Writes the report to the Doxia sink.
getCategoryName() - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns the reports category name.
getClassName() - Method in class org.codehaus.mojo.rat.HeaderMatcherSpecification
Returns the license matchers class name.
getClassName() - Method in class org.codehaus.mojo.rat.LicenseFamilySpecification
Returns the license familys class name.
getDescription(Locale) - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns the reports description.
getLicenseMatchers() - Method in class org.codehaus.mojo.rat.AbstractRatMojo
Returns the set of header matchers to use.
getName(Locale) - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns the reports name.
getNumApprovedLicenses() - Method in class org.codehaus.mojo.rat.RatStatistics
Returns the number of files with unapproved licenses.
getNumUnapprovedLicenses() - Method in class org.codehaus.mojo.rat.RatStatistics
Returns the number of files with unapproved licenses.
getOutputName() - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns the reports file name.
getProject() - Method in class org.codehaus.mojo.rat.AbstractRatMojo
Returns the Maven project.
getReportOutputDirectory() - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns the reports output directory.
getResources() - Method in class org.codehaus.mojo.rat.AbstractRatMojo
Creates an iterator over the files to check.

H

HeaderMatcherSpecification - Class in org.codehaus.mojo.rat
Used to specify additional license matchers.
HeaderMatcherSpecification() - Constructor for class org.codehaus.mojo.rat.HeaderMatcherSpecification
 

I

IDEA_DEFAULT_EXCLUDES - Static variable in class org.codehaus.mojo.rat.AbstractRatMojo
The IDEA specific default excludes.
isExternalReport() - Method in class org.codehaus.mojo.rat.RatReportMojo
Returns, whether this is an external report.

L

LicenseFamilySpecification - Class in org.codehaus.mojo.rat
Used to specify additional license familys.
LicenseFamilySpecification() - Constructor for class org.codehaus.mojo.rat.LicenseFamilySpecification
 

M

MAVEN_DEFAULT_EXCLUDES - Static variable in class org.codehaus.mojo.rat.AbstractRatMojo
The Maven specific default excludes.

O

org.codehaus.mojo.rat - package org.codehaus.mojo.rat
 

R

RatCheckException - Exception in org.codehaus.mojo.rat
 
RatCheckException(String) - Constructor for exception org.codehaus.mojo.rat.RatCheckException
 
RatCheckMojo - Class in org.codehaus.mojo.rat
Run RAT to perform a violation check.
RatCheckMojo() - Constructor for class org.codehaus.mojo.rat.RatCheckMojo
 
RatReportMojo - Class in org.codehaus.mojo.rat
Generates a report with RAT's output.
RatReportMojo() - Constructor for class org.codehaus.mojo.rat.RatReportMojo
 
RatStatistics - Class in org.codehaus.mojo.rat
An instance of this class is used to report statistics.
RatStatistics() - Constructor for class org.codehaus.mojo.rat.RatStatistics
 

S

setClassName(String) - Method in class org.codehaus.mojo.rat.HeaderMatcherSpecification
Sets the license matchers class name.
setClassName(String) - Method in class org.codehaus.mojo.rat.LicenseFamilySpecification
Sets the license familys class name.
setNumApprovedLicenses(int) - Method in class org.codehaus.mojo.rat.RatStatistics
Sets the number of files with approved licenses.
setNumUnapprovedLicenses(int) - Method in class org.codehaus.mojo.rat.RatStatistics
Sets the number of files with unapproved licenses.
setReportOutputDirectory(File) - Method in class org.codehaus.mojo.rat.RatReportMojo
Sets the reports output directory.

A B C E G H I L M O R S

Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.