A B C D E F G H I J K L M N O P R S T U W X

A

AbstractAddThirdPartyMojo - Class in org.codehaus.mojo.license
Abstract mojo for all third-party mojos.
AbstractAddThirdPartyMojo() - Constructor for class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
AbstractFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Abstract implementation of FileHeaderTransformer.
AbstractFileHeaderTransformer(String, String, String, String, String) - Constructor for class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
AbstractLicenseMojo - Class in org.codehaus.mojo.license
Abstract license mojo.
AbstractLicenseMojo() - Constructor for class org.codehaus.mojo.license.AbstractLicenseMojo
 
AbstractLicenseNameMojo - Class in org.codehaus.mojo.license
Abstract mojo which using a AbstractLicenseNameMojo.licenseName and owns a AbstractLicenseNameMojo.licenseStore.
AbstractLicenseNameMojo() - Constructor for class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
acceptPackaging(String...) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Accept the project's packaging between some given.
addHeader(String, String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
addHeader(String, String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Adds the header.
addHeader(String, String) - Method in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
addHeader(String, String) - Method in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
addJarRepository() - Method in class org.codehaus.mojo.license.model.LicenseStore
 
addLicense(LicenseMap, MavenProject, String) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
Add a license (name and url are licenseName) to the given licenseMap for the given project.
addLicense(LicenseMap, MavenProject, License) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
Add a given license to the given licenseMap for the given project.
addLicense(LicenseMap, MavenProject, List<?>) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
This does some cleanup, and basic safety checks on the license objects passed in
1 - Ignore system scoped dependencies
2 - If there are no licenses declared, use "Unknown License"
3 - If there is no name declared, but there is a url, use the url as a key
4 - If there is no name or url, use "Unknown License" as a key
addLicense(License) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
addLicense(LicenseMap, MavenProject, String) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
Add a license (name and url are licenseName) to the given licenseMap for the given project.
addLicense(LicenseMap, MavenProject, License) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
Add a given license to the given licenseMap for the given project.
addLicense(LicenseMap, MavenProject, List<?>) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
Add a given licenses to the given licenseMap for the given project.
addRepository(String) - Method in class org.codehaus.mojo.license.model.LicenseStore
 
addRepository(URL) - Method in class org.codehaus.mojo.license.model.LicenseStore
 
addRepository(LicenseRepository) - Method in class org.codehaus.mojo.license.model.LicenseStore
 
addResourceDir(File, String...) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Add a new resource location to the maven project (in not already present).
addResourceDir(File, MavenProject, String...) - Static method in class org.codehaus.mojo.license.MojoHelper
Add the directory as a resource of the given project.
addResourceDir(File, MavenProject, List<?>, String...) - Static method in class org.codehaus.mojo.license.MojoHelper
Add the directory as a resource in the given resource list.
addSvnKeyWords - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to add svn:keywords on new header.
AddThirdPartyMojo - Class in org.codehaus.mojo.license
Goal to generate the third-party license file.
AddThirdPartyMojo() - Constructor for class org.codehaus.mojo.license.AddThirdPartyMojo
 
afterExecute() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
A call back to execute after the AbstractLicenseMojo.execute() is done
AggregatorAddThirdPartyMojo - Class in org.codehaus.mojo.license
This aggregator goal (will be executed only once and only on pom projects) executed the add-third-party on all his modules (in a parellel build cycle) then aggreates all the third-party files in final one in the pom project.
AggregatorAddThirdPartyMojo() - Constructor for class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
 
AptFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for apt format.
AptFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
artifactLicenseMapping - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
Location of a properties file mapping artifacts without a license to the license that should be used for them.
attachThirdPartyDescriptor(MavenProject, File) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
For the given project, attach the given file as a third-party file.
attachThirdPartyDescriptor(MavenProject, File) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
For the given project, attach the given file as a third-party file.

B

backupFile(File) - Static method in class org.codehaus.mojo.license.FileUtil
Backups the given file using the FileUtil.getBackupFile(File) as destination file.
baseURL - Variable in class org.codehaus.mojo.license.model.License
base url of license (directory where to find license files)
baseURL - Variable in class org.codehaus.mojo.license.model.LicenseRepository
the base url of the licenses repository
boxComment(String, boolean) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
boxComment(String, boolean) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Box the given header in a comment.
boxProcessTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
boxProcessTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Box the given header between process tags.
buildDefaultFileHeader(License, String, String, String, boolean, String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Build a default header given the parameters.
bundleLicensePath - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
The path of the bundled license file to produce when UpdateProjectLicenseMojo.generateBundle is on.
bundleThirdPartyPath - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
The path of the bundled third party file to produce when AbstractAddThirdPartyMojo.generateBundle is on.

C

canUpdateCopyright - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to authorize update of the copyright part of the header.
canUpdateDescription - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to authorize update of the description part of the header.
canUpdateLicense - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to authorize update of the license part of the header.
changeState(DefaultFilter.State) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
checkEncoding() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Method to be invoked in init phase to check sanity of AbstractLicenseMojo.getEncoding().
checkExists(URL) - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
checkInit() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
checkInit(String) - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
checkInit(String) - Method in class org.codehaus.mojo.license.model.LicenseStore
 
checkNotInit(String) - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
checkNotInit(String) - Method in class org.codehaus.mojo.license.model.LicenseStore
 
checkPackaging() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Check if the project packaging is acceptable for the mojo.
checkPackaging() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
checkPackaging() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
 
checkSkip() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Checks if the mojo execution should be skipped.
checkSkip() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
checkSkip() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
checkSkip() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
 
checkUnsafeDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
clear() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
clearAfterOperation - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to clear everything after execution.
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
COMMENT_END_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
COMMENT_LINE_PREFIX - Static variable in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
COMMENT_START_TAG - Static variable in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
commentEndTag - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
comment end tag
commentLinePrefix - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
comment line prefix (to add for header content)
commentStartTag - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
comment start tag
CommentStyleListMojo - Class in org.codehaus.mojo.license
Displays all the available comment style to box file headers.
CommentStyleListMojo() - Constructor for class org.codehaus.mojo.license.CommentStyleListMojo
 
computeDoGenerateMissingFile(SortedProperties, SortedSet<MavenProject>) - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
configuration - Variable in class org.codehaus.mojo.license.header.FileHeaderProcessor
processor configuration
convert(long, double[], String[]) - Static method in class org.codehaus.mojo.license.MojoHelper
 
convertTime(long) - Static method in class org.codehaus.mojo.license.MojoHelper
 
copyFile(File, File) - Static method in class org.codehaus.mojo.license.FileUtil
Copy a file to a given locationand logging.
COPYRIGHT_PATTERN - Static variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
pattern of the copyright string representation : group(1) is Copyright prefix group(2) is Copyright first year group(3) is Copyright last year with prefix (can be null) group(4) is Copyright last year (can be null) group(5) is Copyright holder
COPYRIGHT_TO_STRING_FORMAT - Static variable in class org.codehaus.mojo.license.header.FileHeader
Copyright to string format
copyrightFirstYear - Variable in class org.codehaus.mojo.license.header.FileHeader
Copyright first year of application
copyrightHolder - Variable in class org.codehaus.mojo.license.header.FileHeader
Copyright holder
copyrightLastYear - Variable in class org.codehaus.mojo.license.header.FileHeader
Copyright last year of application (can be nullif copyright is only on one year).
copyToFileSystem(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
copyToFileSystem(String, File) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
createDependencyNode(Document, ProjectLicenseInfo) - Static method in class org.codehaus.mojo.license.LicenseSummaryWriter
 
createDependencyProject(MavenProject) - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
Create a simple DependencyProject object containing the GAV and license info from the Maven Artifact
createDirectoryIfNecessary(File) - Static method in class org.codehaus.mojo.license.FileUtil
Creates the directory (and his parents) if necessary.
createLicenseMap(SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
This returns the complete transitive dependency tree keyed by license type after applying some cleanup
createLicenseNode(Document, License) - Static method in class org.codehaus.mojo.license.LicenseSummaryWriter
 
createLicenseStore(Log, String...) - Static method in class org.codehaus.mojo.license.model.LicenseStore
 
createNewFile(File) - Static method in class org.codehaus.mojo.license.FileUtil
 
createUnsafeMapping() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
createUnsafeMapping() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
createUnsafeMapping() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
 

D

DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.codehaus.mojo.license.LicenseDownloader
Defines the connection timeout in milliseconds when attempting to download license files.
DEFAULT_EXCLUDES - Static variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
DEFAULT_INCLUDES - Static variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
DEFAULT_PROCESS_END_TAG - Static variable in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
default process end tag
DEFAULT_PROCESS_START_TAG - Static variable in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
default process start tag
DEFAULT_ROOTS - Static variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
DEFAULT_SECTION_DELIMITER - Static variable in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
default section delimiter
DefaultDependenciesTool - Class in org.codehaus.mojo.license
Default implementation of the DependenciesTool.
DefaultDependenciesTool() - Constructor for class org.codehaus.mojo.license.DefaultDependenciesTool
 
DefaultThirdPartyTool - Class in org.codehaus.mojo.license
Default implementation of the third party tool.
DefaultThirdPartyTool() - Constructor for class org.codehaus.mojo.license.DefaultThirdPartyTool
 
deleteFile(File) - Static method in class org.codehaus.mojo.license.FileUtil
Delete the given file.
DependenciesTool - Interface in org.codehaus.mojo.license
A tool to deal with dependencies of a project.
deployMissingFile - Variable in class org.codehaus.mojo.license.AddThirdPartyMojo
Deploy the third party missing file in maven repository.
description - Variable in class org.codehaus.mojo.license.header.FileHeader
Description of the project or module to add in header
description - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
description of transfomer
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
DESCRIPTION - Static variable in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
description - Variable in class org.codehaus.mojo.license.model.License
the description of the license
DESCRIPTOR_CLASSIFIER - Static variable in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
DESCRIPTOR_TYPE - Static variable in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
detectHeader - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
flag set to true as soon as start process tag was detected.
doAction() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Do plugin action.
doAction() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
doAction() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
 
doAction() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
 
doAction() - Method in class org.codehaus.mojo.license.LicenseListMojo
 
doAction() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
doAction() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
downloadLicense(String, File) - Static method in class org.codehaus.mojo.license.LicenseDownloader
 
DownloadLicensesMojo - Class in org.codehaus.mojo.license
Download the license files of all the current project's dependencies, and generate a summary file containing a list of all dependencies and their licenses.
DownloadLicensesMojo() - Constructor for class org.codehaus.mojo.license.DownloadLicensesMojo
 
dryRun - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to test plugin but modify no file.

E

encoding - Variable in class org.codehaus.mojo.license.SortedProperties
l'encoding a utiliser pour lire et ecrire le properties.
equals(Object) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
Compare this artifact to another ProjectLicenseInfo, or compare to an instance of org.apache.maven.artifact.Artifact
excludedArtifacts - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A filter to exclude some ArtifactsIds
excludedGroups - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A filter to exclude some GroupIds
excludedScopes - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A filter to exclude some scopes.
excludes - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Specific files to excludes, separated by a comma.
execute() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
execute() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
Main Maven plugin execution
execute() - Method in class org.codehaus.mojo.license.HelpMojo
exists(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
extraExtensions - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
To associate extra extension files to an existing comment style.

F

failIfWarning - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A flag to fail the build if at least one dependency was detected without a license.
FileHeader - Class in org.codehaus.mojo.license.header
Contract of a file header.
FileHeader() - Constructor for class org.codehaus.mojo.license.header.FileHeader
 
fileHeader - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
incoming default file header model
FileHeaderFilter - Class in org.codehaus.mojo.license.header
File Header filter.
FileHeaderFilter() - Constructor for class org.codehaus.mojo.license.header.FileHeaderFilter
 
FileHeaderProcessor - Class in org.codehaus.mojo.license.header
File header processor.
FileHeaderProcessor() - Constructor for class org.codehaus.mojo.license.header.FileHeaderProcessor
 
FileHeaderProcessorConfiguration - Interface in org.codehaus.mojo.license.header
Contract of required configuration of the FileHeaderProcessor.
FileHeaderTransformer - Interface in org.codehaus.mojo.license.header.transformer
Contract to transform a file header to FileHeader in both way :

Obtain a object representation of a file header from a existing file (String to FileHeader). Obtain the file header to inject in a file from a FileHeader (to update or create a file header from the file header model).

FileUtil - Class in org.codehaus.mojo.license
Some basic file io utilities
FileUtil() - Constructor for class org.codehaus.mojo.license.FileUtil
 
filter - Variable in class org.codehaus.mojo.license.header.FileHeaderProcessor
internal file header filter
finalize() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
finalizeFile(File, File) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
force - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
To force generation of the third-party file even if every thing is up to date.
force - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
A flag to force to generate project license file even if it is up-to-date.
FreeMarkerFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for freemarker format.
FreeMarkerFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
fullHeaderContent - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
cached full header content (with process tag + comment box)

G

generateBundle - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A flag to copy a bundled version of the third-party file.
generateBundle - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
A flag to copy the main license file in a bundled place.
getArtifactCache() - Static method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getArtifactId() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
getArtifactId(Artifact) - Static method in class org.codehaus.mojo.license.MojoHelper
 
getArtifactLicenseMapping() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getArtifactName(MavenProject) - Static method in class org.codehaus.mojo.license.MojoHelper
 
getArtifactProjectId(Artifact) - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
Returns the project ID for the artifact
getBackupFile(File) - Static method in class org.codehaus.mojo.license.FileUtil
 
getBaseURL() - Method in class org.codehaus.mojo.license.model.License
 
getBaseURL() - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
getBuildTimestamp() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
getBundleLicensePath() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
getBundleThirdPartyPath() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getCommentEndTag() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getCommentEndTag() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
 
getCommentLinePrefix() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getCommentLinePrefix() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
 
getCommentStartTag() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getCommentStartTag() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
 
getConfiguration() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
getCopyright() - Method in class org.codehaus.mojo.license.header.FileHeader
Produces a string representation of the copyright.
getCopyrightFirstYear() - Method in class org.codehaus.mojo.license.header.FileHeader
 
getCopyrightHolder() - Method in class org.codehaus.mojo.license.header.FileHeader
 
getCopyrightLastYear() - Method in class org.codehaus.mojo.license.header.FileHeader
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Get the default accepted extensions for this transformer.
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
getDescription() - Method in class org.codehaus.mojo.license.header.FileHeader
 
getDescription() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getDescription() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
 
getDescription() - Method in class org.codehaus.mojo.license.model.License
 
getEncoding() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
getExcludedArtifacts() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getExcludedArtifacts() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
getExcludedArtifacts() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
getExcludedGroups() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getExcludedGroups() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
getExcludedGroups() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
getExcludedScopes() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getExcludedScopes() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
getExcludedScopes() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
getExtraResolver() - Method in class org.codehaus.mojo.license.LicenseListMojo
 
getFile(File, String...) - Static method in class org.codehaus.mojo.license.FileUtil
 
getFileHeader() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getFileHeader() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
getFileHeader() - Method in interface org.codehaus.mojo.license.header.FileHeaderProcessorConfiguration
 
getFileHeader() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getFiles(UpdateFileHeaderMojo.FileState) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getFilesToTreateByCommentStyle() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getFilesToTreateForRoots(String[], String[], List<String>, Map<File, String[]>) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Collects some file.
getFilter() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
getFilter() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getFooter() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getFullHeaderContent() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getGroupId() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
getHeader() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getHeaderContent() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getHeaderContent(String) - Method in class org.codehaus.mojo.license.model.License
 
getHeaderURL() - Method in class org.codehaus.mojo.license.model.License
 
getId() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
The unique ID for the project
getIgnoreTag() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getInceptionYear() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getIncludedArtifacts() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getIncludedArtifacts() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
getIncludedArtifacts() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
getIncludedGroups() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getIncludedGroups() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
getIncludedGroups() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
getIncludedScopes() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getIncludedScopes() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
getIncludedScopes() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
getInputStream(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getLicense(String, boolean) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
getLicense() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
getLicense(MavenProject, Properties) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
getLicense() - Method in class org.codehaus.mojo.license.header.FileHeader
 
getLicense(String) - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
getLicense(String) - Method in class org.codehaus.mojo.license.model.LicenseStore
 
getLicenseContent(String) - Method in class org.codehaus.mojo.license.model.License
 
getLicenseFile() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
getLicenseMap() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getLicenseName() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
getLicenseNames() - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
getLicenseNames() - Method in class org.codehaus.mojo.license.model.LicenseStore
 
getLicenseResolutionResult() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
getLicenseResolver() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
getLicenses() - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
getLicenses() - Method in class org.codehaus.mojo.license.model.LicenseStore
 
getLicenses() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
getLicenseStore() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
getLicenseURL() - Method in class org.codehaus.mojo.license.model.License
 
getLocalRepository() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
getLocalRepository() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
 
getLog() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getLog() - Method in interface org.codehaus.mojo.license.header.FileHeaderProcessorConfiguration
 
getMissingFile() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getName() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getName() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
 
getName() - Method in class org.codehaus.mojo.license.model.License
 
getNewHeader(FileHeader) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
Obtains the new header to use according to the old one.
getNewHeader(FileHeader) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
getOrganizationName() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getOutputDirectory() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
getProcessedFiles() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getProcessEndTag() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getProcessEndTag() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Obtain the process tag which indiciates the end of the header content.
getProcessor() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getProcessStartTag() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getProcessStartTag() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Obtains the process tag which indicates the begin of the header content.
getProcessTagHeaderContent() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getProject() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
getProject() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
 
getProjectDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getProjectName() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getProjectsWithNoLicense(LicenseMap, boolean) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
From the given licenseMap, obtain all the projects with no license.
getProjectsWithNoLicense(LicenseMap, boolean) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
From the given licenseMap, obtain all the projects with no license.
getProperties(String, File) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
getRemoteRepositories() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
getRemoteRepositories() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
 
getRepositories() - Method in class org.codehaus.mojo.license.model.LicenseStore
 
getResult() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getSectionDelimiter() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
getSectionDelimiter() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
The pattern used to separate sections of the header.
getSession() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
getThirdPartyFile() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getThirdPartyFilename() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getThirdPartyTool() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getTimestamp() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getTransformer() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
getTransformer() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
getTransformer() - Method in interface org.codehaus.mojo.license.header.FileHeaderProcessorConfiguration
 
getTransformer(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getTransformer() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getTransformers() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
 
getTransformers() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
getUnknownLicenseMessage() - Static method in class org.codehaus.mojo.license.model.LicenseMap
 
getUnsafeDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getUnsafeMappings() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
getUrl(URL, String) - Static method in class org.codehaus.mojo.license.MojoHelper
suffix a given baseUrl with the given suffix
getVersion() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
groupByLicense - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A flag to change the grouping of the generated THIRD-PARTY file.

H

handleStuff(Properties, SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
handleUnsafeDependencies(Set<MavenProject>, Properties, LicenseMap) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
hasClassPath() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
hashCode() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
headerContent - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
cached header content
headerURL - Variable in class org.codehaus.mojo.license.model.License
url of the license header's content
HelpMojo - Class in org.codehaus.mojo.license
Display help information on license-maven-plugin.
Call
HelpMojo() - Constructor for class org.codehaus.mojo.license.HelpMojo
 

I

ignoreTag - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A tag to place on files that will be ignored by the plugin.
inceptionYear - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Inception year of the project.
includedArtifacts - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A filter to include only some ArtifactsIds
includedGroups - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A filter to include only some GroupIds
includedScopes - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A filter to include only some scopes, if let empty then all scopes will be used (no filter).
includes - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Specific files to includes, separated by a comma.
includeTransitiveDependencies - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
Include transitive dependencies when downloading license files.
init() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
init() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Method to initialize the mojo before doing any concrete actions.
init() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
init() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
 
init() - Method in class org.codehaus.mojo.license.LicenseListMojo
 
init - Variable in class org.codehaus.mojo.license.model.LicenseRepository
flag to known if repository was init (pass to true when invoking the method LicenseRepository.load()).
init - Variable in class org.codehaus.mojo.license.model.LicenseStore
flag to know if store was init
init() - Method in class org.codehaus.mojo.license.model.LicenseStore
 
init() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
init() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
INVALID_PATTERN_MESSAGE - Static variable in class org.codehaus.mojo.license.DefaultDependenciesTool
 
InvalideFileHeaderException - Exception in org.codehaus.mojo.license.header
Exception to be thrown when a file header could not be read or transformed back to a FileHeader
InvalideFileHeaderException() - Constructor for exception org.codehaus.mojo.license.header.InvalideFileHeaderException
 
InvalideFileHeaderException(String) - Constructor for exception org.codehaus.mojo.license.header.InvalideFileHeaderException
 
isAddSvnKeyWords() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isCanUpdateCopyright() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isCanUpdateDescription() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isCanUpdateLicense() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isClearAfterOperation() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isCopyrightEquals(FileHeader, FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
isCopyrightEquals(FileHeader, FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Tests if the copyright of the two models are equals.
isDeployMissingFile() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
isDescriptionEquals(FileHeader, FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
isDescriptionEquals(FileHeader, FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Tests if the description of the two models are equals.
isDetail() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
 
isDetail() - Method in class org.codehaus.mojo.license.LicenseListMojo
 
isDetectHeader() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
isDetectHeader() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
isDoGenerate() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isDoGenerate() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
isDoGenerateBundle() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isDoGenerateMissing() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
isDryRun() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isExcludable(Artifact, Pattern, Pattern) - Method in class org.codehaus.mojo.license.DefaultDependenciesTool
 
isFailIfWarning() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isForce() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isForce() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
isGenerateBundle() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isGenerateBundle() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
isGroupByLicense() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isIncludable(Artifact, Pattern, Pattern) - Method in class org.codehaus.mojo.license.DefaultDependenciesTool
 
isIncludeTransitiveDependencies() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
isIncludeTransitiveDependencies() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
isIncludeTransitiveDependencies() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
isKeepBackup() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
isLicenseEquals(FileHeader, FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
isLicenseEquals(FileHeader, FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Tests if the license of the two models are equals.
isModified() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
isModified() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
isSkip() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
When is sets to true, will skip execution.
isSkip() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isSkip() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
isTouched() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
isTouched() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
isUpdateCopyright() - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
isUpdateCopyright() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
isUpdateDescription() - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
isUpdateLicense() - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
isUseMissingFile() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
isUseRepositoryMissingFiles() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
isVerbose() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
isVerbose() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
isVerbose() - Method in interface org.codehaus.mojo.license.MavenProjectDependenciesConfigurator
 
iterator() - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
iterator() - Method in class org.codehaus.mojo.license.model.LicenseStore
 

J

JAR_LICENSE_REPOSITORY - Static variable in class org.codehaus.mojo.license.model.LicenseStore
class-path directory where is the licenses repository
JavaFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for java format.
JavaFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
JspFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for jsp format.
JspFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 

K

keys() - Method in class org.codehaus.mojo.license.SortedProperties
 

L

license - Variable in class org.codehaus.mojo.license.header.FileHeader
License used in the header.
License - Class in org.codehaus.mojo.license.model
The model of a license.
License() - Constructor for class org.codehaus.mojo.license.model.License
 
LICENSE_CONTENT_FILE - Static variable in class org.codehaus.mojo.license.model.License
 
LICENSE_DESCRIPTION_PATTERN - Static variable in class org.codehaus.mojo.license.model.LicenseRepository
 
LICENSE_HEADER_FILE - Static variable in class org.codehaus.mojo.license.model.License
 
LicenseDownloader - Class in org.codehaus.mojo.license
Utilities for downloading remote license files.
LicenseDownloader() - Constructor for class org.codehaus.mojo.license.LicenseDownloader
 
licenseFile - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
Project license file to synchronize with main license defined in descriptor file.
LicenseListMojo - Class in org.codehaus.mojo.license
Display all available licenses.
LicenseListMojo() - Constructor for class org.codehaus.mojo.license.LicenseListMojo
 
LicenseMap - Class in org.codehaus.mojo.license.model
Map of artifacts (stub in mavenproject) group by their license.
LicenseMap() - Constructor for class org.codehaus.mojo.license.model.LicenseMap
 
licenseMerges - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
To merge licenses in final file.
LicenseRepository - Class in org.codehaus.mojo.license.model
 
LicenseRepository() - Constructor for class org.codehaus.mojo.license.model.LicenseRepository
 
licenses - Variable in class org.codehaus.mojo.license.model.LicenseRepository
licenses of this repository
licenseStore - Variable in class org.codehaus.mojo.license.LicenseListMojo
store of licenses
LicenseStore - Class in org.codehaus.mojo.license.model
The LicenseStore offers License coming from different LicenseRepository.
LicenseStore() - Constructor for class org.codehaus.mojo.license.model.LicenseStore
 
LicenseSummaryReader - Class in org.codehaus.mojo.license
A LicenseSummaryReader.
LicenseSummaryReader() - Constructor for class org.codehaus.mojo.license.LicenseSummaryReader
 
LicenseSummaryWriter - Class in org.codehaus.mojo.license
A LicenseSummaryWriter.
LicenseSummaryWriter() - Constructor for class org.codehaus.mojo.license.LicenseSummaryWriter
 
licenseURL - Variable in class org.codehaus.mojo.license.model.License
url of the license's content
LINE_SEPARATOR - Static variable in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
 
linesep - Variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
load() - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
load(File) - Method in class org.codehaus.mojo.license.SortedProperties
Charge le properties a partir d'un fichier.
loadDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
loadDependencies() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
loadDependencies() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
 
loadProjectDependencies(MavenProject, MavenProjectDependenciesConfigurator, ArtifactRepository, List<ArtifactRepository>, SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.DefaultDependenciesTool
For a given project, obtain the universe of his dependencies after applying transitivity and filtering rules given in the configuration object.
loadProjectDependencies(MavenProject, MavenProjectDependenciesConfigurator, ArtifactRepository, List<ArtifactRepository>, SortedMap<String, MavenProject>) - Method in interface org.codehaus.mojo.license.DependenciesTool
For a given project, obtain the universe of his dependencies after applying transitivity and filtering rules given in the configuration object.
loadThirdPartyDescriptorsForUnsafeMapping(String, Collection<MavenProject>, SortedSet<MavenProject>, LicenseMap, ArtifactRepository, List<ArtifactRepository>) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
loadThirdPartyDescriptorsForUnsafeMapping(String, Collection<MavenProject>, SortedSet<MavenProject>, LicenseMap, ArtifactRepository, List<ArtifactRepository>) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
 
loadUnsafeMapping(LicenseMap, SortedMap<String, MavenProject>, String, File) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
 
loadUnsafeMapping(LicenseMap, SortedMap<String, MavenProject>, String, File) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
 
localRepository - Variable in class org.codehaus.mojo.license.AddThirdPartyMojo
Local Repository.
log - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
maven logger

M

MavenProjectDependenciesConfigurator - Interface in org.codehaus.mojo.license
Contract to configure which dependencies will be loaded by the dependency tool via the method DependenciesTool.loadProjectDependencies(org.apache.maven.project.MavenProject, MavenProjectDependenciesConfigurator, org.apache.maven.artifact.repository.ArtifactRepository, java.util.List, java.util.SortedMap)
mergeLicenses(LicenseMap, String...) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
For a given licenseMap, merge all licenses.
mergeLicenses(LicenseMap, String...) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
For a given licenseMap, merge all licenses.
missingFile - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
The file where to fill the license for dependencies with unknown license.
modified - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
flag set to true when a header was detected and was modified.
MojoHelper - Class in org.codehaus.mojo.license
Mojo helper methods.
MojoHelper() - Constructor for class org.codehaus.mojo.license.MojoHelper
 

N

name - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
name of transformer
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.FreeMarkerFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
NAME - Static variable in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 
name - Variable in class org.codehaus.mojo.license.model.License
the name of the licenses (ex lgpl-3.0)
newMavenProjectComparator() - Static method in class org.codehaus.mojo.license.MojoHelper
 
NO_DEPENDENCIES_MESSAGE - Static variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 

O

obtainFilesToTreateByCommentStyle() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
org.codehaus.mojo.license - package org.codehaus.mojo.license
 
org.codehaus.mojo.license.header - package org.codehaus.mojo.license.header
Header package
org.codehaus.mojo.license.header.transformer - package org.codehaus.mojo.license.header.transformer
Header transformer package
org.codehaus.mojo.license.model - package org.codehaus.mojo.license.model
Model package
organizationName - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Name of project's organization.
outputDirectory - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
Directory where to generate files.
outputDirectory - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
The directory where to generate license resources.

P

parseLicenseSummary(InputStream) - Static method in class org.codehaus.mojo.license.LicenseSummaryReader
Read a component-info.xml from an input stream into a ComponentInfo object.
performInFilter(String) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
performOutFilter(String) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
PhpFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for PHP format.
PhpFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
 
populateFilter() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
prepareProcessFile(File) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
process(File, File) - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
processCommentStyle(String, List<File>) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
processEndTag - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
end process tag
processFile(File, File) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Process the given file and save the result in the given processFile.
processStartTag - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
start process tag
processTagHeaderContent - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
cached full header content (with process tag + comment box)
ProjectLicenseInfo - Class in org.codehaus.mojo.license.model
Contains the license information for a single project/dependency
ProjectLicenseInfo() - Constructor for class org.codehaus.mojo.license.model.ProjectLicenseInfo
Default constructor
ProjectLicenseInfo(String, String, String) - Constructor for class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
projectName - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
Name of project (or module).
PropertiesFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for properties format.
PropertiesFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
 
put(String, MavenProject) - Method in class org.codehaus.mojo.license.model.LicenseMap
 

R

reactorProjects - Variable in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
The projects in the reactor.
readAsString(File, String) - Static method in class org.codehaus.mojo.license.FileUtil
Permet de lire un fichier et de retourner sont contenu sous forme d'une chaine de carateres
rejectPackaging(String...) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
Accept the project's packaging if not in given one.
remoteRepositories - Variable in class org.codehaus.mojo.license.AddThirdPartyMojo
Remote repositories used for the project.
REMOVE_SPACE_PATTERN - Static variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
removeHeader - Variable in class org.codehaus.mojo.license.SortedProperties
un drapeau pour savoir s'il faut enlever l'entete generere
removeSpaces(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
renameFile(File, File) - Static method in class org.codehaus.mojo.license.FileUtil
Rename the given file to a new destination.
reportType(UpdateFileHeaderMojo.FileState, StringBuilder) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
repositories - Variable in class org.codehaus.mojo.license.model.LicenseStore
list of available license repositories
REPOSITORY_DEFINITION_FILE - Static variable in class org.codehaus.mojo.license.model.LicenseRepository
 
reset() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
reset() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
resetContent() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
resolvThirdPartyDescriptor(MavenProject, ArtifactRepository, List<ArtifactRepository>) - Method in class org.codehaus.mojo.license.DefaultThirdPartyTool
Obtain the third party file from the repository.
resolvThirdPartyDescriptor(MavenProject, ArtifactRepository, List<ArtifactRepository>) - Method in interface org.codehaus.mojo.license.ThirdPartyTool
Obtain the third party file from the repository.
ROLE - Static variable in interface org.codehaus.mojo.license.ThirdPartyTool
Plexus Role
ROLE_NAME - Static variable in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Plexus component role
roots - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
To specify the base dir from which we apply the license.
RstFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for apt format.
RstFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
 

S

sectionDelimiter - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
section delimiter
setAddSvnKeyWords(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setArtifactId(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
setArtifactLicenseMapping(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setBaseURL(URL) - Method in class org.codehaus.mojo.license.model.License
 
setBaseURL(URL) - Method in class org.codehaus.mojo.license.model.LicenseRepository
 
setBundleLicensePath(String) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setBundleThirdPartyPath(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setCanUpdateCopyright(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setCanUpdateDescription(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setCanUpdateLicense(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setClearAfterOperation(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setCommentEndTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setCommentEndTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Changes the comment end tag.
setCommentLinePrefix(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setCommentLinePrefix(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Changes the comment prefix line.
setCommentStartTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setCommentStartTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Changes the comment start tag.
setConfiguration(FileHeaderProcessorConfiguration) - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
setCopyrightFirstYear(Integer) - Method in class org.codehaus.mojo.license.header.FileHeader
 
setCopyrightHolder(String) - Method in class org.codehaus.mojo.license.header.FileHeader
 
setCopyrightLastYear(Integer) - Method in class org.codehaus.mojo.license.header.FileHeader
 
setDescription(String) - Method in class org.codehaus.mojo.license.header.FileHeader
 
setDescription(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setDescription(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Chages the description of the transformer.
setDescription(String) - Method in class org.codehaus.mojo.license.model.License
 
setDetail(boolean) - Method in class org.codehaus.mojo.license.CommentStyleListMojo
 
setDetail(boolean) - Method in class org.codehaus.mojo.license.LicenseListMojo
 
setDoGenerate(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setDoGenerate(boolean) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setDoGenerateBundle(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setDoGenerateMissing(boolean) - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
setDryRun(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setEncoding(String) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
setExcludedArtifacts(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setExcludedGroups(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setExcludedScopes(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setExcludedScopes(String) - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
 
setExcludes(String[]) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setExcludes(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setExtraResolver(String) - Method in class org.codehaus.mojo.license.LicenseListMojo
 
setFailIfWarning(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setFileHeader(FileHeader) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
setFilesToTreateByCommentStyle(Map<String, List<File>>) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setFilter(FileHeaderFilter) - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
 
setFilter(UpdateFileHeaderFilter) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setForce(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setForce(boolean) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setGenerateBundle(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setGenerateBundle(boolean) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setGroupByLicense(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setGroupId(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
setHeader(FileHeader) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setHeaderURL(URL) - Method in class org.codehaus.mojo.license.model.License
 
setIgnoreTag(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setInceptionYear(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setIncludedArtifacts(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setIncludedGroups(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setIncludedScopes(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setIncludedScopes(String) - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
 
setIncludes(String[]) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setIncludes(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setKeepBackup(boolean) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
setLicense(String) - Method in class org.codehaus.mojo.license.header.FileHeader
 
setLicenseFile(File) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setLicenseName(String) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
setLicenseResolutionResult(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
setLicenseResolver(String) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
setLicenses(List<License>) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
setLicenseStore(LicenseStore) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
 
setLicenseURL(URL) - Method in class org.codehaus.mojo.license.model.License
 
setLog(Log) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
setMissingFile(File) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setName(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setName(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Changes the name of the transformer.
setName(String) - Method in class org.codehaus.mojo.license.model.License
 
setOrganizationName(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setOutputDirectory(File) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setOutputDirectory(File) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setProcessEndTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setProcessEndTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Changes the process end tag.
setProcessor(FileHeaderProcessor) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setProcessStartTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setProcessStartTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Changes the process start tag.
setProject(MavenProject) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
setProjectName(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setRoots(String[]) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setRoots(String) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setSectionDelimiter(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
setSectionDelimiter(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Sets the header section delimiter.
setSession(MavenSession) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
setSkip(boolean) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
Changes internal state skip to execute (or not) goal.
setSkip(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setSkip(boolean) - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
setSkipUpdateLicense(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setThirdPartyFile(File) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setThirdPartyFilename(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setThirdPartyTool(ThirdPartyTool) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setTimestamp(long) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setTransformer(FileHeaderTransformer) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
 
setTransformer(FileHeaderTransformer) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setTransformers(Map<String, FileHeaderTransformer>) - Method in class org.codehaus.mojo.license.CommentStyleListMojo
 
setTransformers(Map<String, FileHeaderTransformer>) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setUnsafeDependencies(SortedSet<MavenProject>) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setUpdateCopyright(boolean) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
setUpdateCopyright(boolean) - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
setUpdateDescription(boolean) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
setUpdateLicense(boolean) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
setUseMissingFile(boolean) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 
setVerbose(boolean) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
 
setVersion(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
skipUpdateLicense - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to skip the goal.
skipUpdateProjectLicense - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
A flag to skip the goal.
SortedProperties - Class in org.codehaus.mojo.license
Permet d'avoir les fichiers de proprietes tries.
SortedProperties(String) - Constructor for class org.codehaus.mojo.license.SortedProperties
 
SortedProperties(String, boolean) - Constructor for class org.codehaus.mojo.license.SortedProperties
 
SortedProperties(Properties) - Constructor for class org.codehaus.mojo.license.SortedProperties
 
SqlFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for sql format.
SqlFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
 
store(File) - Method in class org.codehaus.mojo.license.SortedProperties
Sauvegarde le properties dans un fichier, sans commentaire et en utilisant l'encoding declare.

T

thirdPartyFilename - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
File where license information for third party dependencies gets stored
ThirdPartyTool - Interface in org.codehaus.mojo.license
A tool to load third party files missing files.
ThirdPartyToolException - Exception in org.codehaus.mojo.license
An exception occurring during the execution of this tool.
ThirdPartyToolException(String, Exception) - Constructor for exception org.codehaus.mojo.license.ThirdPartyToolException
Construct a new ThirdPartyToolException exception wrapping an underlying Exception and providing a message.
ThirdPartyToolException(String, Throwable) - Constructor for exception org.codehaus.mojo.license.ThirdPartyToolException
Construct a new ThirdPartyToolException exception wrapping an underlying Throwable and providing a message.
ThirdPartyToolException(String) - Constructor for exception org.codehaus.mojo.license.ThirdPartyToolException
Construct a new ThirdPartyToolException exception providing a message.
timeFactors - Static variable in class org.codehaus.mojo.license.MojoHelper
 
timeUnites - Static variable in class org.codehaus.mojo.license.MojoHelper
 
toDependencyMap() - Method in class org.codehaus.mojo.license.model.LicenseMap
 
toFileHeader(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
toFileHeader(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Build a FileHeader from an UNBOXED header content.
toGenericList(List<?>, Class<O>) - Static method in class org.codehaus.mojo.license.SortedProperties
Permet de convertir une liste non typee, en une liste typee.
toHeaderContent(FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
toHeaderContent(FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Build a fully boxed header content from the given model.
toString(FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
toString(FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Build a UNBOXED header content from the given model.
toString() - Method in class org.codehaus.mojo.license.model.License
 
toString() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
 
touched - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
flag set to true when a header was detected (says detects both start and end process tags).
transformer - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
header transformer
tryClose(InputStream) - Static method in class org.codehaus.mojo.license.FileUtil
 
tryClose(OutputStream) - Static method in class org.codehaus.mojo.license.FileUtil
 

U

unboxComent(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
unboxComent(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Unbox the given boxed boxedHeader to obtain the header content.
unboxProcessTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
 
unboxProcessTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
Unbox the process tag on the given boxed boxedHeader to obtain the brute header content.
unknownLicenseMessage - Static variable in class org.codehaus.mojo.license.model.LicenseMap
 
updateCopyright - Variable in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
Flag sets to true if copyright can be updated.
updateCopyright - Variable in class org.codehaus.mojo.license.UpdateFileHeaderMojo
A flag to update copyright application time (change copyright last year if required) according to the last commit made on the processed file.
updateDescription - Variable in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
Flag sets to true if description can be updated.
UpdateFileHeaderFilter - Class in org.codehaus.mojo.license.header
Implementation of FileHeaderFilter to update an incoming header.
UpdateFileHeaderFilter() - Constructor for class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
 
UpdateFileHeaderMojo - Class in org.codehaus.mojo.license
The goal to update (or add) the header on project source files.
UpdateFileHeaderMojo() - Constructor for class org.codehaus.mojo.license.UpdateFileHeaderMojo
 
updateLicense - Variable in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
Flag set to true if license can be updated.
UpdateProjectLicenseMojo - Class in org.codehaus.mojo.license
Updates (or creates) the main project license file according to the given license defines as AbstractLicenseNameMojo.licenseName.
UpdateProjectLicenseMojo() - Constructor for class org.codehaus.mojo.license.UpdateProjectLicenseMojo
 
useMissingFile - Variable in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
A flag to use the missing licenses file to consolidate the THID-PARTY file.
useRepositoryMissingFiles - Variable in class org.codehaus.mojo.license.AddThirdPartyMojo
Load from repositories third party missing files.

W

writeLicenseSummary(List<ProjectLicenseInfo>, File) - Static method in class org.codehaus.mojo.license.LicenseSummaryWriter
 
writeMissingFile() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
 
writeString(File, String, String) - Static method in class org.codehaus.mojo.license.FileUtil
Sauvegarde un contenu dans un fichier.
writeThirdPartyFile() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
 

X

XmlFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
Implementation of FileHeaderTransformer for xml format.
XmlFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
 

A B C D E F G H I J K L M N O P R S T U W X

Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.