- AbstractAddThirdPartyMojo - Class in org.codehaus.mojo.license
-
Abstract mojo for all third-party mojos.
- AbstractAddThirdPartyMojo() - Constructor for class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- AbstractAddThirdPartyMojo.ExcludedLicenses - Class in org.codehaus.mojo.license
-
- AbstractAddThirdPartyMojo.ExcludedLicenses() - Constructor for class org.codehaus.mojo.license.AbstractAddThirdPartyMojo.ExcludedLicenses
-
- AbstractAddThirdPartyMojo.ExcludedLicenses(String) - Constructor for class org.codehaus.mojo.license.AbstractAddThirdPartyMojo.ExcludedLicenses
-
- AbstractAddThirdPartyMojo.IncludedLicenses - Class in org.codehaus.mojo.license
-
- AbstractAddThirdPartyMojo.IncludedLicenses() - Constructor for class org.codehaus.mojo.license.AbstractAddThirdPartyMojo.IncludedLicenses
-
- AbstractAddThirdPartyMojo.IncludedLicenses(String) - Constructor for class org.codehaus.mojo.license.AbstractAddThirdPartyMojo.IncludedLicenses
-
- AbstractFileHeaderMojo - Class in org.codehaus.mojo.license
-
Abstract mojo for file-header operations (check, update, report,...).
- AbstractFileHeaderMojo() - Constructor for class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- AbstractFileHeaderMojo.FileState - Enum in org.codehaus.mojo.license
-
Defines state of a file after process.
- AbstractFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
-
- 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
-
- AbstractLicenseNameMojo() - Constructor for class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
- AbstractLicenseReportMojo - Class in org.codehaus.mojo.license
-
Base class for all license reports.
- AbstractLicenseReportMojo() - Constructor for class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
- AbstractLicenseReportRenderer - Class in org.codehaus.mojo.license
-
Base class for report renderers.
- AbstractLicenseReportRenderer(Sink, String, I18N, Locale) - Constructor for class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- acceptPackaging(String...) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
-
Accept the project's packaging between some given.
- addEntryToList(String) - Method in class org.codehaus.mojo.license.utils.StringToList
-
- addFile(File, EnumMap<AbstractFileHeaderMojo.FileState, Set<File>>) - Method in enum org.codehaus.mojo.license.AbstractFileHeaderMojo.FileState
-
Register a file for this state on result dictionary.
- addHeader(String, String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Adds the header.
- 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.JavaFileHeaderTransformer
-
Adds the header.
- addHeader(String, String) - Method in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
-
Adds the header.
- addHeader(String, String) - Method in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
-
Adds the header.
- addJarRepository() - Method in class org.codehaus.mojo.license.model.LicenseStore
-
- addJavaLicenseAfterPackage - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
A flag to add the license header in java files after the package statement.
- addJavaLicenseAfterPackage - Variable in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
-
Flag to add the license header after the package statement.
- addLicense(LicenseMap, MavenProject, String) - Method in class org.codehaus.mojo.license.api.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.api.DefaultThirdPartyTool
-
Add a given license to the given licenseMap for the given project.
- addLicense(LicenseMap, MavenProject, List<?>) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Add a given licenses to the given licenseMap for the given project.
- addLicense(LicenseMap, MavenProject, String) - Method in interface org.codehaus.mojo.license.api.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.api.ThirdPartyTool
-
Add a given license to the given licenseMap for the given project.
- addLicense(LicenseMap, MavenProject, List<?>) - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
Add a given licenses to the given licenseMap for the given project.
- addLicense(License) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- 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.utils.MojoHelper
-
Add the directory as a resource of the given project.
- addResourceDir(File, MavenProject, List<?>, String...) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
Add the directory as a resource in the given resource list.
- addSvnKeyWords - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
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
-
- AggregatorAddThirdPartyMojo - Class in org.codehaus.mojo.license
-
This goal forks executions of the add-third-party goal for all the leaf projects
of the tree of modules below the point where it is executed.
- AggregatorAddThirdPartyMojo() - Constructor for class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
- AptFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
-
- AptFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
-
Default constructor.
- attachThirdPartyDescriptor(File) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Attach the third-party descriptor to the build.
- attachThirdPartyDescriptor(MavenProject, File) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
For the given project, attach the given file as a third-party file.
- attachThirdPartyDescriptor(File) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Attach the third-party descriptor to the build.
- attachThirdPartyDescriptor(MavenProject, File) - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
For the given project, attach the given file as a third-party file.
- canUpdateCopyright - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
A flag to authorize update of the copyright part of the header.
- canUpdateDescription - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
A flag to authorize update of the description part of the header.
- canUpdateLicense - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
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
-
- checkExists(URL) - Method in class org.codehaus.mojo.license.model.LicenseRepository
-
- CheckFileHeaderMojo - Class in org.codehaus.mojo.license
-
The goal to check if the state of header on project source files.
- CheckFileHeaderMojo() - Constructor for class org.codehaus.mojo.license.CheckFileHeaderMojo
-
- checkForbiddenLicenses() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- 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
-
Check if the project packaging is acceptable for the mojo.
- checkPackaging() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
Check if the project packaging is acceptable for the mojo.
- checkResults(EnumMap<AbstractFileHeaderMojo.FileState, Set<File>>) - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- 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.AddThirdPartyMojo
-
Checks if the mojo execution should be skipped.
- checkSkip() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
Checks if the mojo execution should be skipped.
- checkUnsafeDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- CLASSPATH_PROTOCOL - Static variable in class org.codehaus.mojo.license.model.LicenseStore
-
Classpath protocol prefix for extra license resolver to seek in classpath.
- cleanHeaderConfiguration(String, String) - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Obtain for a given value, a trim version of it.
- clear() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Clear internal states of the mojo after execution.
- clearAfterOperation - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
A flag to clear everything after execution.
- 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
-
- configuration - Variable in class org.codehaus.mojo.license.header.FileHeaderProcessor
-
processor configuration.
- convert(long, double[], String[]) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
- convertTime(long) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
- copyFile(File, File) - Static method in class org.codehaus.mojo.license.utils.FileUtil
-
Copy a file to a given locationand logging.
- copyright - Variable in class org.codehaus.mojo.license.header.FileHeader
-
Copyright model.
- Copyright - Class in org.codehaus.mojo.license.model
-
Model of a copyright.
- Copyright() - Constructor for class org.codehaus.mojo.license.model.Copyright
-
- Copyright(Copyright) - Constructor for class org.codehaus.mojo.license.model.Copyright
-
- Copyright(int, Integer, String) - Constructor for class org.codehaus.mojo.license.model.Copyright
-
- 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.model.Copyright
-
Copyright to string format.
- copyrightOwners - Variable in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
optional copyright owners.
- createDependencyNode(Document, ProjectLicenseInfo) - Static method in class org.codehaus.mojo.license.utils.LicenseSummaryWriter
-
- createDirectoryIfNecessary(File) - Static method in class org.codehaus.mojo.license.utils.FileUtil
-
Creates the directory (and his parents) if necessary.
- createLicenseMap(SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Creates a license map from given dependencies.
- createLicenseMap(SortedMap<String, MavenProject>) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Creates a license map from given dependencies.
- createLicenseNode(Document, License) - Static method in class org.codehaus.mojo.license.utils.LicenseSummaryWriter
-
- createLicenseStore(Log, String...) - Static method in class org.codehaus.mojo.license.model.LicenseStore
-
- createNewFile(File) - Static method in class org.codehaus.mojo.license.utils.FileUtil
-
- createUnsafeMapping() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
Creates the unsafe mapping (says dependencies with no license given by their pom).
- createUnsafeMapping() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
-
Creates the unsafe mapping (says dependencies with no license given by their pom).
- createUnsafeMapping() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
Creates the unsafe mapping (says dependencies with no license given by their pom).
- createUnsafeMapping(LicenseMap, File, boolean, SortedSet<MavenProject>, SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Loads unsafe mappings.
- createUnsafeMapping(LicenseMap, File, boolean, SortedSet<MavenProject>, SortedMap<String, MavenProject>) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Loads unsafe mappings.
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.codehaus.mojo.license.utils.LicenseDownloader
-
Defines the connection timeout in milliseconds when attempting to download license files.
- DEFAULT_EXCLUDES - Static variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- DEFAULT_INCLUDES - Static variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- 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.AbstractFileHeaderMojo
-
- DEFAULT_SECTION_DELIMITER - Static variable in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
default section delimiter.
- DefaultDependenciesTool - Class in org.codehaus.mojo.license.api
-
- DefaultDependenciesTool() - Constructor for class org.codehaus.mojo.license.api.DefaultDependenciesTool
-
- DefaultThirdPartyDetails - Class in org.codehaus.mojo.license.api
-
- DefaultThirdPartyDetails(MavenProject) - Constructor for class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
-
- DefaultThirdPartyHelper - Class in org.codehaus.mojo.license.api
-
- DefaultThirdPartyHelper(MavenProject, String, boolean, DependenciesTool, ThirdPartyTool, ArtifactRepository, List<ArtifactRepository>, Log) - Constructor for class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Constructor of the helper.
- DefaultThirdPartyTool - Class in org.codehaus.mojo.license.api
-
Default implementation of the third party tool.
- DefaultThirdPartyTool() - Constructor for class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
- deleteFile(File) - Static method in class org.codehaus.mojo.license.utils.FileUtil
-
Delete the given file.
- DependenciesTool - Interface in org.codehaus.mojo.license.api
-
A tool to deal with dependencies of a project.
- 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 - Variable in class org.codehaus.mojo.license.model.License
-
the description of the license.
- descriptionTemplate - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Template used to build the description section of the license header.
- DESCRIPTOR_CLASSIFIER - Static variable in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Classifier of the third-parties descriptor attached to a maven module.
- DESCRIPTOR_TYPE - Static variable in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Type of the the third-parties descriptor attached to a maven module.
- 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.AbstractFileHeaderMojo
-
Do plugin action.
- doAction() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
-
Do plugin action.
- doAction() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
-
Do plugin action.
- doAction() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
Do plugin action.
- doAction() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
-
Do plugin action.
- doAction() - Method in class org.codehaus.mojo.license.LicenseListMojo
-
Do plugin action.
- doAction() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
-
Do plugin action.
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
Generates the report.
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
-
Generates the report.
- downloadLicense(String, String, File) - Static method in class org.codehaus.mojo.license.utils.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.
- generateBundle - Variable in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
-
A flag to copy the main license file in a bundled place.
- getArtifactCache() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Obtains the cache of loaded dependencies indexed by their gav.
- getArtifactCache() - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Obtains the cache of loaded dependencies indexed by their gav.
- getArtifactId() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getArtifactId() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- getArtifactId() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- getArtifactId(Artifact) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
- getArtifactName(MavenProject) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
- getBackupFile(File) - Static method in class org.codehaus.mojo.license.utils.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
-
- getClassifier() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getClassifier() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- 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(String) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
- getCopyright() - Method in class org.codehaus.mojo.license.header.FileHeader
-
- getCopyrightOwners() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
- getData() - Method in class org.codehaus.mojo.license.utils.StringToList
-
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.AptFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- 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
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.JspFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.MySqlFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.PhpFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.RstFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDefaultAcceptedExtensions() - Method in class org.codehaus.mojo.license.header.transformer.XmlFileHeaderTransformer
-
Get the default accepted extensions for this transformer.
- getDescription(Locale) - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
- 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
-
- getEncoding() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
- getExcludedArtifacts() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- getExcludedArtifacts() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- getExcludedArtifacts() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- getExcludedArtifacts() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getExcludedGroups() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- getExcludedGroups() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- getExcludedGroups() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- getExcludedGroups() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getExcludedLicenses() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- getExcludedScopes() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- getExcludedScopes() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- getExcludedScopes() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- getExcludedScopes() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getFile(File, String...) - Static method in class org.codehaus.mojo.license.utils.FileUtil
-
- getFileHeader() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
- 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
-
- getFiles(AbstractFileHeaderMojo.FileState) - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Gets all files for the given state.
- getFilesToTreateForRoots(String[], String[], List<String>, Map<File, String[]>) - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Collects some file.
- getFileURL(License, String) - Method in class org.codehaus.mojo.license.model.LicenseRepository
-
- getFilter() - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
-
- getFirstYear() - Method in class org.codehaus.mojo.license.model.Copyright
-
- getFooter() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
- getFullHeaderContent() - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
-
- getGAV(ThirdPartyDetails) - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- getGroupId() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getGroupId() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- 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
-
- getHelper() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- getHelper() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
- getHolder() - Method in class org.codehaus.mojo.license.model.Copyright
-
- getI18n() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
- getId() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
The unique ID for the project
- getIncludedArtifacts() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- getIncludedArtifacts() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- getIncludedArtifacts() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- getIncludedArtifacts() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getIncludedGroups() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- getIncludedGroups() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- getIncludedGroups() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- getIncludedGroups() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getIncludedLicenses() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- getIncludedScopes() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- getIncludedScopes() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- getIncludedScopes() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- getIncludedScopes() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getLastYear() - Method in class org.codehaus.mojo.license.model.Copyright
-
- getLicense(String, boolean) - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
- getLicense() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
- 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
-
- 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
-
- getLicenses() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getLicenses() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- 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
-
- getLicenseURL() - Method in class org.codehaus.mojo.license.model.License
-
- 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(Locale) - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
- 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
-
Obtains the new header to use according to the old one.
- getOutputDirectory() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- getOutputDirectory() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
- getOutputName() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- getParams(String) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
- getPomLicenses() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getPomLicenses() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- getProcessEndTag() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Obtain the process tag which indiciates the end of the header content.
- getProcessEndTag() - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Obtain the process tag which indiciates the end of the header content.
- getProcessStartTag() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Obtains the process tag which indicates the begin of the header content.
- 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.AbstractLicenseReportMojo
- getProjectDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- getProjectName(MavenProject) - Static method in class org.codehaus.mojo.license.utils.MojoHelper
-
- getProjectsWithNoLicense(LicenseMap) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Obtains all dependencies with no license form the given license map.
- getProjectsWithNoLicense(LicenseMap, boolean) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
From the given licenseMap, obtain all the projects with no license.
- getProjectsWithNoLicense(LicenseMap) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Obtains all dependencies with no license form the given license map.
- getProjectsWithNoLicense(LicenseMap, boolean) - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
From the given licenseMap, obtain all the projects with no license.
- getRepositories() - Method in class org.codehaus.mojo.license.model.LicenseStore
-
- getScope() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getScope() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- getSectionDelimiter() - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
The pattern used to separate sections of the header.
- 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
-
- getSiteRenderer() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
- getTemplate(String) - Method in class org.codehaus.mojo.license.api.FreeMarkerHelper
-
- getText(Locale, String) - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
Gets the localized message for this report.
- getText(String) - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
Gets the localized message for this report.
- getText() - Method in class org.codehaus.mojo.license.model.Copyright
-
Produces a string representation of the copyright.
- getThirdPartiesNoLicense() - Method in class org.codehaus.mojo.license.ThirdPartyReportRenderer
-
- getThirdPartiesPomLicense() - Method in class org.codehaus.mojo.license.ThirdPartyReportRenderer
-
- getThirdPartiesThirdPartyLicense() - Method in class org.codehaus.mojo.license.ThirdPartyReportRenderer
-
- getThirdPartyLicenses() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getThirdPartyLicenses() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- getTitle() - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
- getTransformer() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
- getTransformer(String) - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- 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
-
- getType() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getType() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- 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.utils.MojoHelper
-
suffix a given baseUrl with the given suffix
- getVersion() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
- getVersion() - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
- getVersion() - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- getYears() - Method in class org.codehaus.mojo.license.model.Copyright
-
Produces a string representation of the copyright year range.
- i18n - Variable in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
Internationalization component.
- ignoreTag - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
A tag to place on files that will be ignored by the plugin.
- inceptionYear - Variable in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
Inception year of the project.
- includes - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Specific files to includes, separated by a comma.
- init() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
Method to initialize the mojo before doing any concrete actions.
- init() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
Method to initialize the mojo before doing any concrete actions.
- 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
-
Method to initialize the mojo before doing any concrete actions.
- init() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
-
Method to initialize the mojo before doing any concrete actions.
- init() - Method in class org.codehaus.mojo.license.LicenseListMojo
-
Method to initialize the mojo before doing any concrete actions.
- init - Variable in class org.codehaus.mojo.license.model.LicenseRepository
-
- 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.UpdateProjectLicenseMojo
-
Method to initialize the mojo before doing any concrete actions.
- INVALID_PATTERN_MESSAGE - Static variable in class org.codehaus.mojo.license.api.DefaultDependenciesTool
-
Message used when an invalid expression pattern is found.
- 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
-
Default constructor.
- InvalideFileHeaderException(String) - Constructor for exception org.codehaus.mojo.license.header.InvalideFileHeaderException
-
Constructor with a message.
- isCopyrightEquals(FileHeader, FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Tests if the copyright of the two models are equals.
- isCopyrightEquals(FileHeader, FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Tests if the copyright of the two models are equals.
- isDescriptionEquals(FileHeader, FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Tests if the description of the two models are equals.
- isDescriptionEquals(FileHeader, FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Tests if the description of the two models are equals.
- 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
-
- isDoGenerateBundle() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- isDryRun() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- isDryRun() - Method in class org.codehaus.mojo.license.CheckFileHeaderMojo
- isDryRun() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
- isExcludable(Artifact, Pattern, Pattern) - Method in class org.codehaus.mojo.license.api.DefaultDependenciesTool
-
Tests if the given project is excludable against a groupdId pattern and a artifact pattern.
- isFailIfWarning() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- isFailOnMissingHeader() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- isFailOnMissingHeader() - Method in class org.codehaus.mojo.license.CheckFileHeaderMojo
- isFailOnMissingHeader() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
- isFailOnNotUptodateHeader() - Method in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
- isFailOnNotUptodateHeader() - Method in class org.codehaus.mojo.license.CheckFileHeaderMojo
- isFailOnNotUptodateHeader() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
- isForce() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- isHeaderContentTemplateAware() - Method in class org.codehaus.mojo.license.model.License
-
- isIncludable(Artifact, Pattern, Pattern) - Method in class org.codehaus.mojo.license.api.DefaultDependenciesTool
-
Tests if the given project is includeable against a groupdId pattern and a artifact pattern.
- isIncludeTransitiveDependencies() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
- isIncludeTransitiveDependencies() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- isIncludeTransitiveDependencies() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- isIncludeTransitiveDependencies() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
- isKeepBackup() - Method in class org.codehaus.mojo.license.AbstractLicenseNameMojo
-
- isLicenseContentTemplateAware() - Method in class org.codehaus.mojo.license.model.License
-
- isLicenseEquals(FileHeader, FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Tests if the license of the two models are equals.
- 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.AbstractLicenseMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.CheckFileHeaderMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.CommentStyleListMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.LicenseListMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.ThirdPartyReportMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.UpdateFileHeaderMojo
-
When is sets to true, will skip execution.
- isSkip() - Method in class org.codehaus.mojo.license.UpdateProjectLicenseMojo
-
When is sets to true, will skip execution.
- 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
-
- 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
-
- isVerbose() - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
-
- isVerbose() - Method in class org.codehaus.mojo.license.AbstractLicenseReportMojo
-
- isVerbose() - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Is log should be verbose?
- isVerbose() - Method in interface org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
-
- isVerbose() - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
Is log should be verbose?
- isVerbose() - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
- iterator() - Method in class org.codehaus.mojo.license.model.LicenseRepository
- iterator() - Method in class org.codehaus.mojo.license.model.LicenseStore
- lastYear - Variable in class org.codehaus.mojo.license.model.Copyright
-
Copyright last year of application (can be null if copyright is
only on one year).
- 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.utils
-
Utilities for downloading remote license files.
- LicenseDownloader() - Constructor for class org.codehaus.mojo.license.utils.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
-
Default contructor.
- 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 - Class in org.codehaus.mojo.license.model
-
- LicenseStore() - Constructor for class org.codehaus.mojo.license.model.LicenseStore
-
- LicenseSummaryReader - Class in org.codehaus.mojo.license.utils
-
A LicenseSummaryReader.
- LicenseSummaryReader() - Constructor for class org.codehaus.mojo.license.utils.LicenseSummaryReader
-
- LicenseSummaryWriter - Class in org.codehaus.mojo.license.utils
-
A LicenseSummaryWriter.
- LicenseSummaryWriter() - Constructor for class org.codehaus.mojo.license.utils.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
-
File separator.
- linesep - Variable in class org.codehaus.mojo.license.header.transformer.PropertiesFileHeaderTransformer
-
Line separator caracter.
- load() - Method in class org.codehaus.mojo.license.model.LicenseRepository
-
- load(File) - Method in class org.codehaus.mojo.license.utils.SortedProperties
-
Charge le properties a partir d'un fichier.
- loadDependencies() - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
Loads the dependencies of the project (as MavenProject, indexed by their gav.
- loadDependencies() - Method in class org.codehaus.mojo.license.AddThirdPartyMojo
-
Loads the dependencies of the project (as MavenProject, indexed by their gav.
- loadDependencies() - Method in class org.codehaus.mojo.license.AggregatorAddThirdPartyMojo
-
Loads the dependencies of the project (as MavenProject, indexed by their gav.
- loadDependencies(MavenProjectDependenciesConfigurator) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Load all dependencies given the configuration as MavenProject.
- loadDependencies(MavenProjectDependenciesConfigurator) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Load all dependencies given the configuration as MavenProject.
- loadGlobalLicenses(Set<Artifact>, ArtifactRepository, List<ArtifactRepository>, SortedSet<MavenProject>, LicenseMap, Map<String, MavenProject>, SortedProperties) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
- loadProjectDependencies(MavenProject, MavenProjectDependenciesConfigurator, ArtifactRepository, List<ArtifactRepository>, SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.api.DefaultDependenciesTool
-
For a given project, obtain the universe of its 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.api.DependenciesTool
-
For a given project, obtain the universe of its dependencies after applying transitivity and
filtering rules given in the configuration object.
- loadThirdPartyDescriptorForUnsafeMapping(Set<Artifact>, SortedSet<MavenProject>, Collection<MavenProject>, LicenseMap) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Try to load maximum of unsafe license mapping using third-party descriptors (from maven repositories) and
return it.
- loadThirdPartyDescriptorForUnsafeMapping(Set<Artifact>, SortedSet<MavenProject>, Collection<MavenProject>, LicenseMap) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Try to load maximum of unsafe license mapping using third-party descriptors (from maven repositories) and
return it.
- loadThirdPartyDescriptorsForUnsafeMapping(Set<Artifact>, String, Collection<MavenProject>, SortedSet<MavenProject>, LicenseMap, ArtifactRepository, List<ArtifactRepository>) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Collect license information from property file, 'third-party' classified artifacts, and .license.properties dependencies.
- loadThirdPartyDescriptorsForUnsafeMapping(Set<Artifact>, String, Collection<MavenProject>, SortedSet<MavenProject>, LicenseMap, ArtifactRepository, List<ArtifactRepository>) - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
Collect license information from property file, 'third-party' classified artifacts, and .license.properties dependencies.
- loadUnsafeMapping(LicenseMap, File, SortedMap<String, MavenProject>) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyHelper
-
Load unsafe mapping for all dependencies with no license in their pom, we will load the missing file
if it exists and also add all dependencies from licenseMap with no license known.
- loadUnsafeMapping(LicenseMap, SortedMap<String, MavenProject>, String, File) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Loads unsafe mapping and returns it.
- loadUnsafeMapping(LicenseMap, File, SortedMap<String, MavenProject>) - Method in interface org.codehaus.mojo.license.api.ThirdPartyHelper
-
Load unsafe mapping for all dependencies with no license in their pom, we will load the missing file
if it exists and also add all dependencies from licenseMap with no license known.
- loadUnsafeMapping(LicenseMap, SortedMap<String, MavenProject>, String, File) - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
Loads unsafe mapping and returns it.
- locale - Variable in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
The locale we are rendering for.
- log - Variable in class org.codehaus.mojo.license.header.FileHeaderFilter
-
maven logger.
- safeBold() - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- safeBold_() - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- safeItalic() - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- safeItalic_() - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- sectionDelimiter - Variable in class org.codehaus.mojo.license.AbstractFileHeaderMojo
-
To overwrite the sectionDelimiter used to build header model.
- sectionDelimiter - Variable in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
section delimiter.
- setAddJavaLicenseAfterPackage(boolean) - Method in class org.codehaus.mojo.license.header.transformer.JavaFileHeaderTransformer
-
- setArtifactId(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- setBaseURL(URL) - Method in class org.codehaus.mojo.license.model.License
-
- setBaseURL(URL) - Method in class org.codehaus.mojo.license.model.LicenseRepository
-
- setCommentEndTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Changes the comment end tag.
- 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
-
Changes the comment prefix line.
- 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
-
Changes the comment start tag.
- 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
-
- setCopyright(Copyright) - 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
-
Chages the description of the transformer.
- 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
-
- setEncoding(String) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
-
Sets new encoding used to read and write files.
- setExcludedLicense(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo.ExcludedLicenses
-
Add a simple exclude License to the list.
- setExcludedLicenses(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- setExcludedScopes(String) - Method in class org.codehaus.mojo.license.DownloadLicensesMojo
-
- setFileHeader(FileHeader) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
-
- setFilter(FileHeaderFilter) - Method in class org.codehaus.mojo.license.header.FileHeaderProcessor
-
- setGroupId(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- setHeaderURL(URL) - Method in class org.codehaus.mojo.license.model.License
-
- setIncludedLicense(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo.IncludedLicenses
-
Add a simple a include license to the list.
- setIncludedLicenses(String) - Method in class org.codehaus.mojo.license.AbstractAddThirdPartyMojo
-
- setLicense(String) - Method in class org.codehaus.mojo.license.header.FileHeader
-
- setLicenseResolutionResult(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- setLicenses(List<License>) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- setLicenseURL(URL) - Method in class org.codehaus.mojo.license.model.License
-
- setLog(Log) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
-
Sets the logger.
- setName(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Changes the name of the transformer.
- 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
-
- setPomLicenses(String[]) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
-
Sets the pom licenses.
- setPomLicenses(String[]) - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
Sets the pom licenses.
- setProcessEndTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Changes the process end tag.
- setProcessEndTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Changes the process end tag.
- setProcessStartTag(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Changes the process start tag.
- setProcessStartTag(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Changes the process start tag.
- setSectionDelimiter(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Sets the header section delimiter.
- setSectionDelimiter(String) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Sets the header section delimiter.
- setThirdPartyLicenses(String[]) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyDetails
-
Sets the third-party licenses.
- setThirdPartyLicenses(String[]) - Method in interface org.codehaus.mojo.license.api.ThirdPartyDetails
-
Sets the third-party licenses.
- setTransformer(FileHeaderTransformer) - Method in class org.codehaus.mojo.license.header.FileHeaderFilter
-
- setUpdateCopyright(boolean) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
-
- setUpdateDescription(boolean) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
-
- setUpdateLicense(boolean) - Method in class org.codehaus.mojo.license.header.UpdateFileHeaderFilter
-
- setVerbose(boolean) - Method in class org.codehaus.mojo.license.AbstractLicenseMojo
-
- setVerbose(boolean) - Method in class org.codehaus.mojo.license.api.DefaultThirdPartyTool
-
Sets the verbose mode.
- setVerbose(boolean) - Method in interface org.codehaus.mojo.license.api.ThirdPartyTool
-
Sets the verbose mode.
- setVersion(String) - Method in class org.codehaus.mojo.license.model.ProjectLicenseInfo
-
- sinkCellText(String, String) - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- sinkCellText(String) - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- sinkHeaderCellText(String) - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- sinkHeaderCellText(String, String) - Method in class org.codehaus.mojo.license.AbstractLicenseReportRenderer
-
- skipCheckLicense - Variable in class org.codehaus.mojo.license.CheckFileHeaderMojo
-
A flag to skip the goal.
- skipDownloadLicenses - Variable in class org.codehaus.mojo.license.DownloadLicensesMojo
-
A flag to skip the goal.
- 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.utils
-
Permet d'avoir les fichiers de proprietes tries.
- SortedProperties(String) - Constructor for class org.codehaus.mojo.license.utils.SortedProperties
-
- SortedProperties(String, boolean) - Constructor for class org.codehaus.mojo.license.utils.SortedProperties
-
- SortedProperties(Properties) - Constructor for class org.codehaus.mojo.license.utils.SortedProperties
-
- SqlFileHeaderTransformer - Class in org.codehaus.mojo.license.header.transformer
-
- SqlFileHeaderTransformer() - Constructor for class org.codehaus.mojo.license.header.transformer.SqlFileHeaderTransformer
-
Default constructor.
- store(File) - Method in class org.codehaus.mojo.license.utils.SortedProperties
-
Sauvegarde le properties dans un fichier, sans commentaire et en utilisant l'encoding declare.
- StringToList - Class in org.codehaus.mojo.license.utils
-
Object to convert in mojo a parameter from a some simple String to a List.
- StringToList() - Constructor for class org.codehaus.mojo.license.utils.StringToList
-
- StringToList(String) - Constructor for class org.codehaus.mojo.license.utils.StringToList
-
- TEMPLATE - Static variable in class org.codehaus.mojo.license.api.FreeMarkerHelper
-
- TEMPLATE_SUFFIX - Static variable in class org.codehaus.mojo.license.model.License
-
- templateLoader - Variable in class org.codehaus.mojo.license.api.FreeMarkerHelper
-
- ThirdPartyDetails - Interface in org.codehaus.mojo.license.api
-
Details of a artifact about his third-parties stuff.
- ThirdPartyHelper - Interface in org.codehaus.mojo.license.api
-
Helper class that provides common functionality required by both the mojos and the reports.
- ThirdPartyReportMojo - Class in org.codehaus.mojo.license
-
Generates a report of all third-parties detected in the module.
- ThirdPartyReportMojo() - Constructor for class org.codehaus.mojo.license.ThirdPartyReportMojo
-
- ThirdPartyReportRenderer - Class in org.codehaus.mojo.license
-
Generates a report of third parties of the project.
- ThirdPartyReportRenderer(Sink, I18N, String, Locale, Collection<ThirdPartyDetails>) - Constructor for class org.codehaus.mojo.license.ThirdPartyReportRenderer
-
- ThirdPartyTool - Interface in org.codehaus.mojo.license.api
-
A tool to load third party files missing files.
- ThirdPartyToolException - Exception in org.codehaus.mojo.license.api
-
An exception occurring during the execution of this tool.
- ThirdPartyToolException(String, Exception) - Constructor for exception org.codehaus.mojo.license.api.ThirdPartyToolException
-
Construct a new ThirdPartyToolException exception wrapping an underlying Exception
and providing a message.
- ThirdPartyToolException(String, Throwable) - Constructor for exception org.codehaus.mojo.license.api.ThirdPartyToolException
-
Construct a new ThirdPartyToolException exception wrapping an underlying Throwable
and providing a message.
- ThirdPartyToolException(String) - Constructor for exception org.codehaus.mojo.license.api.ThirdPartyToolException
-
Construct a new ThirdPartyToolException exception providing a message.
- TIME_FACTORS - Static variable in class org.codehaus.mojo.license.utils.MojoHelper
-
- TIME_UNITES - Static variable in class org.codehaus.mojo.license.utils.MojoHelper
-
- toDependencyMap() - Method in class org.codehaus.mojo.license.model.LicenseMap
-
Build a dependencies map from the license map, this is a map of license for each project registered in the
license map.
- toFileHeader(String) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Build a
FileHeader from an UNBOXED header content.
- 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.utils.SortedProperties
-
Permet de convertir une liste non typee, en une liste typee.
- toHeaderContent(FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Build a fully boxed header content from the given model.
- toHeaderContent(FileHeader) - Method in interface org.codehaus.mojo.license.header.transformer.FileHeaderTransformer
-
Build a fully boxed header content from the given model.
- toLicenseMapOrderByName() - Method in class org.codehaus.mojo.license.model.LicenseMap
-
- toString(FileHeader) - Method in class org.codehaus.mojo.license.header.transformer.AbstractFileHeaderTransformer
-
Build a UNBOXED header content from the given model.
- 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.Copyright
-
- 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.utils.FileUtil
-
- tryClose(OutputStream) - Static method in class org.codehaus.mojo.license.utils.FileUtil
-