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

A

AbstractAnnouncementMojo - Class in org.apache.maven.plugin.announcement
Abstract superclass for announcement mojos.
AbstractAnnouncementMojo() - Constructor for class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
 
AbstractChangesReport - Class in org.apache.maven.plugin.changes
Base class with the things that should be in AbstractMavenReport anyway.
AbstractChangesReport() - Constructor for class org.apache.maven.plugin.changes.AbstractChangesReport
 
AbstractIssueManagementSystem - Class in org.apache.maven.plugin.issues
Historically, this plugin started out working against an IMS-neutral XML file, and then added extensive support for JIRA with some small snippets of code for other issue management systems.
AbstractIssueManagementSystem() - Constructor for class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
AbstractIssuesReportGenerator - Class in org.apache.maven.plugin.issues
An abstract super class that helps when generating a report on issues.
AbstractIssuesReportGenerator() - Constructor for class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
AbstractJiraDownloader - Class in org.apache.maven.plugin.jira
Gets relevant issues in RSS from a given JIRA installation.
AbstractJiraDownloader() - Constructor for class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
Action - Class in org.apache.maven.plugins.changes.model
A single action done on the project, during this release.
Action() - Constructor for class org.apache.maven.plugins.changes.model.Action
 
addAction(Action) - Method in class org.apache.maven.plugins.changes.model.Release
Method addAction.
addComment(String) - Method in class org.apache.maven.plugin.issues.Issue
 
addComponent(String) - Method in class org.apache.maven.plugin.issues.Issue
 
addDueTo(DueTo) - Method in class org.apache.maven.plugins.changes.model.Action
Method addDueTo.
addFixedIssue(FixedIssue) - Method in class org.apache.maven.plugins.changes.model.Action
Method addFixedIssue.
addFixVersion(String) - Method in class org.apache.maven.plugin.issues.Issue
 
addRelease(Release) - Method in class org.apache.maven.plugins.changes.model.Body
Method addRelease.
AnnouncementMailMojo - Class in org.apache.maven.plugin.announcement
Goal which sends an announcement through email.
AnnouncementMailMojo() - Constructor for class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
AnnouncementMojo - Class in org.apache.maven.plugin.announcement
Goal which generate the template for an announcement.
AnnouncementMojo() - Constructor for class org.apache.maven.plugin.announcement.AnnouncementMojo
 
applyConfiguration(Map<String, String>) - Method in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
applyConfiguration(Map<String, String>) - Method in interface org.apache.maven.plugin.issues.IssueManagementSystem
Configure this issue management system.
author - Variable in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
Author - Class in org.apache.maven.plugins.changes.model
A description of the author page.
Author() - Constructor for class org.apache.maven.plugins.changes.model.Author
 

B

basedir - Variable in class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
The current project base directory.
Body - Class in org.apache.maven.plugins.changes.model
Class Body.
Body() - Constructor for class org.apache.maven.plugins.changes.model.Body
 

C

canGenerateIssueLinks(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
Checks whether links to the issues can be generated for the given system.
canGenerateReport() - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
canGenerateReport() - Method in class org.apache.maven.plugin.jira.JiraMojo
 
canGenerateReport() - Method in class org.apache.maven.plugin.trac.TracMojo
 
CHANGES_SCHEMA_PATH - Static variable in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
ChangesCheckMojo - Class in org.apache.maven.plugin.changes
Goal which checks that the changes.xml file has the necessary data to generate an announcement or a report for the current release.
ChangesCheckMojo() - Constructor for class org.apache.maven.plugin.changes.ChangesCheckMojo
 
ChangesDocument - Class in org.apache.maven.plugins.changes.model
Record every release with their subsequent changes.
ChangesDocument() - Constructor for class org.apache.maven.plugins.changes.model.ChangesDocument
 
ChangesMojo - Class in org.apache.maven.plugin.changes
Goal which creates a nicely formatted Changes Report in html format from a changes.xml file.
ChangesMojo() - Constructor for class org.apache.maven.plugin.changes.ChangesMojo
 
ChangesReportGenerator - Class in org.apache.maven.plugin.changes
Generates a changes report.
ChangesReportGenerator() - Constructor for class org.apache.maven.plugin.changes.ChangesReportGenerator
 
ChangesReportGenerator(List) - Constructor for class org.apache.maven.plugin.changes.ChangesReportGenerator
 
ChangesSchemaValidator - Interface in org.apache.maven.plugin.changes.schema
 
ChangesValidatorMojo - Class in org.apache.maven.plugin.changes
Goal which validate the changes.xml file.
ChangesValidatorMojo() - Constructor for class org.apache.maven.plugin.changes.ChangesValidatorMojo
 
ChangesXML - Class in org.apache.maven.plugin.changes
A facade for a changes.xml file.
ChangesXML(File, Log) - Constructor for class org.apache.maven.plugin.changes.ChangesXML
 
ChangesXpp3Reader - Class in org.apache.maven.plugins.changes.model.io.xpp3
Class ChangesXpp3Reader.
ChangesXpp3Reader() - Constructor for class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
 
ChangesXpp3Writer - Class in org.apache.maven.plugins.changes.model.io.xpp3
Class ChangesXpp3Writer.
ChangesXpp3Writer() - Constructor for class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Writer
 
characters(char[], int, int) - Method in class org.apache.maven.plugin.jira.JiraXML
 
COLUMN_ASSIGNEE - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_COMPONENT - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_CREATED - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_FIX_VERSION - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_ID - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_KEY - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_PRIORITY - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_REPORTER - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_RESOLUTION - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_STATUS - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_SUMMARY - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_TYPE - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_UPDATED - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
COLUMN_VERSION - Static variable in class org.apache.maven.plugin.issues.IssuesReportHelper
 
configurationKey() - Method in enum org.apache.maven.plugin.changes.IssueType
 
convertReleaseList(List) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Convert an untyped List of Release objects that comes from changes.xml into a typed List of Release objects.
createAction(Issue) - Method in class org.apache.maven.plugin.changes.IssueAdapter
Create an Action from an issue.

D

DefaultChangesSchemaValidator - Class in org.apache.maven.plugin.changes.schema
 
DefaultChangesSchemaValidator() - Constructor for class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
doExecute() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Execute the query on the JIRA server.
doGenerate(List<Release>) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
Add the parameters to velocity context
doGenerate(List<Release>, Release) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
doGenerateEmptyReport(ResourceBundle, Sink, String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
doGenerateEmptyReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.issues.IssuesReportGenerator
 
doGenerateReport(ResourceBundle, Sink) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
doGenerateReport(ResourceBundle, Sink, List) - Method in class org.apache.maven.plugin.issues.IssuesReportGenerator
 
DueTo - Class in org.apache.maven.plugins.changes.model
Name and Email of the person to be credited for this change.
DueTo() - Constructor for class org.apache.maven.plugins.changes.model.DueTo
 

E

endElement(String, String, String) - Method in class org.apache.maven.plugin.jira.JiraXML
 
error(SAXParseException) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
execute() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
execute() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
Generate the template
execute() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
execute() - Method in class org.apache.maven.plugin.changes.ChangesCheckMojo
Check that the latest release contains a valid release date.
execute() - Method in class org.apache.maven.plugin.changes.ChangesValidatorMojo
 
execute() - Method in class org.apache.maven.plugin.changes.HelpMojo
executeReport(Locale) - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
executeReport(Locale) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
executeReport(Locale) - Method in class org.apache.maven.plugin.trac.TracMojo
 

F

factory - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
 
fatalError(SAXParseException) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
filterIssuesWithVersionPrefix(List<Issue>, String) - Static method in class org.apache.maven.plugin.issues.IssueUtils
Find the issues that has a Fix Version that matches the supplied prefix.
FixedIssue - Class in org.apache.maven.plugins.changes.model
A fixed issue.
FixedIssue() - Constructor for class org.apache.maven.plugins.changes.model.FixedIssue
 

G

getAction() - Method in class org.apache.maven.plugins.changes.model.Action
Get a short description of the action taken.
getActions() - Method in class org.apache.maven.plugins.changes.model.Release
Method getActions.
getActions(String) - Method in class org.apache.maven.plugins.changes.model.Release
 
getActualMailSender() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
Returns the identify of the mail sender according to the plugin's configuration: if the mailSender parameter is set, it is returned if no fromDeveloperId is set, the first developer in the list is returned if a fromDeveloperId is set, the developer with that id is returned if the developers list is empty or if the specified id does not exist, an exception is thrown
getAddDefaultEntities() - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Returns the state of the "add default entities" flag.
getArtifactId() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getAssignee() - Method in class org.apache.maven.plugin.issues.Issue
 
getAuthor() - Method in class org.apache.maven.plugin.changes.ChangesXML
 
getAuthor() - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
getAuthor() - Method in class org.apache.maven.plugins.changes.model.Properties
Get page Author.
getAuthorEmail() - Method in class org.apache.maven.plugin.changes.ChangesXML
 
getAuthorEmail() - Method in class org.apache.maven.plugins.changes.model.Author
Get the page author email.
getBccAddresses() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getBody() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Get contains the releases of this project with the actions taken for each of the releases.
getCcAddresses() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getChangesDocument() - Method in class org.apache.maven.plugin.changes.ChangesXML
 
getColumnIds(String, Map<String, Integer>) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Get a list of id:s for the columns that are to be included in the report.
getColumnIds(String, Map<String, Integer>, Map<String, Integer>, Log) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Get a list of id:s for the columns that are to be included in the report.
getComments() - Method in class org.apache.maven.plugin.issues.Issue
 
getComponents() - Method in class org.apache.maven.plugin.issues.Issue
 
getCreated() - Method in class org.apache.maven.plugin.issues.Issue
 
getDate() - Method in class org.apache.maven.plugins.changes.model.Action
Get fix date.
getDateRelease() - Method in class org.apache.maven.plugins.changes.model.Release
Get
getDescription(Locale) - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getDescription(Locale) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getDescription(Locale) - Method in class org.apache.maven.plugin.trac.TracMojo
 
getDescription() - Method in class org.apache.maven.plugins.changes.model.Release
Get a short description of this release.
getDev() - Method in class org.apache.maven.plugins.changes.model.Action
Get
getDevelopmentTeam() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getDueTo() - Method in class org.apache.maven.plugins.changes.model.Action
Get name of the person to be credited for this change.
getDueToEmail() - Method in class org.apache.maven.plugins.changes.model.Action
Get email of the person to be credited for this change.
getDueTos() - Method in class org.apache.maven.plugins.changes.model.Action
Method getDueTos.
getEmail() - Method in class org.apache.maven.plugin.announcement.MailSender
 
getEmail() - Method in class org.apache.maven.plugins.changes.model.DueTo
Get email of the person to be credited for this change.
getErrors() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
getFatalErrors() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
getFinalName() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getFixedIssues() - Method in class org.apache.maven.plugins.changes.model.Action
Method getFixedIssues.
getFixFor() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Override this method if you need to get issues for a specific Fix For.
getFixVersions() - Method in class org.apache.maven.plugin.issues.Issue
 
getFrom() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getFromDeveloperId() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getGroupId() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getId() - Method in class org.apache.maven.plugin.issues.Issue
 
getIntroduction() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getIssue() - Method in class org.apache.maven.plugins.changes.model.Action
Get
getIssue() - Method in class org.apache.maven.plugins.changes.model.FixedIssue
Get
getIssueLinksPerSystem() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getIssueList() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getIssueList() - Method in class org.apache.maven.plugin.jira.JiraXML
 
getIssueList() - Method in class org.apache.maven.plugin.trac.TracDownloader
 
getIssuesForVersion(List<Issue>, String) - Static method in class org.apache.maven.plugin.issues.IssueUtils
Find the issues for only the supplied version, by matching the "Fix for" version in the supplied list of issues with the supplied version.
getIssueTypeMap() - Method in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
getIssueTypeMap() - Method in interface org.apache.maven.plugin.issues.IssueManagementSystem
Get a mapping of issue types used in this issue management system to the ones used in a changes.xml file.
getIssueTypes() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getJiraReleases() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getJiraVersion() - Method in class org.apache.maven.plugin.jira.JiraXML
 
getKey() - Method in class org.apache.maven.plugin.issues.Issue
 
getLastModified(Resource) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
 
getLatestRelease(List<Release>, String) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Get the latest release by matching the supplied releases with the version from the pom.
getLink() - Method in class org.apache.maven.plugin.issues.Issue
 
getMailSender() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getMockDownloader() - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getModelEncoding() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Method getModelEncoding.
getName() - Method in class org.apache.maven.plugin.announcement.MailSender
 
getName(Locale) - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getName() - Method in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
getName() - Method in interface org.apache.maven.plugin.issues.IssueManagementSystem
Get the name of the issue management system.
getName() - Method in class org.apache.maven.plugin.jira.JIRAIssueManagmentSystem
 
getName(Locale) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getName() - Method in class org.apache.maven.plugin.trac.TracIssueManagmentSystem
 
getName(Locale) - Method in class org.apache.maven.plugin.trac.TracMojo
 
getName() - Method in class org.apache.maven.plugins.changes.model.Author
Get the page author name.
getName() - Method in class org.apache.maven.plugins.changes.model.DueTo
Get name of the person to be credited for this change.
getOutput() - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
getOutputDirectory() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
getOutputEncoding() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
Get the effective reporting output file encoding.
getOutputName() - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getOutputName() - Method in class org.apache.maven.plugin.jira.JiraMojo
 
getOutputName() - Method in class org.apache.maven.plugin.trac.TracMojo
 
getPackaging() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getPassword() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getPidFromJira(Log, String, HttpClient) - Static method in class org.apache.maven.plugin.jira.JiraHelper
Try to get a JIRA pid from the issue management URL.
getPriority() - Method in class org.apache.maven.plugin.issues.Issue
 
getProject() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getProject() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
getProperties() - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Get contains the properties of this document.
getRelease(List<Release>, String) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Get a release with the specified version from the list of releases.
getReleaseList() - Method in class org.apache.maven.plugin.changes.ChangesXML
 
getReleases(List<Issue>) - Method in class org.apache.maven.plugin.changes.IssueAdapter
Adapt a List of Issues to a List of Releases.
getReleases() - Method in class org.apache.maven.plugins.changes.model.Body
Method getReleases.
getReporter() - Method in class org.apache.maven.plugin.issues.Issue
 
getResolution() - Method in class org.apache.maven.plugin.issues.Issue
 
getResourceStream(String) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getSchema(String) - Method in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
getSiteRenderer() - Method in class org.apache.maven.plugin.changes.AbstractChangesReport
 
getSmtpHost() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getSmtpPort() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getStatus() - Method in class org.apache.maven.plugin.issues.Issue
 
getSubject() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getSummary() - Method in class org.apache.maven.plugin.issues.Issue
 
getSystem() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getSystem() - Method in class org.apache.maven.plugins.changes.model.Action
Get
getTeamlist() - Method in class org.apache.maven.plugin.changes.ChangesMojo
 
getTeamlist() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getTemplate() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getTemplateOutputDirectory() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getTitle() - Method in class org.apache.maven.plugin.changes.ChangesXML
 
getTitle() - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
getTitle() - Method in class org.apache.maven.plugin.issues.Issue
 
getTitle() - Method in class org.apache.maven.plugins.changes.model.Properties
Get page Title.
getToAddresses() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getTracReleases() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getType() - Method in class org.apache.maven.plugin.issues.Issue
 
getType() - Method in class org.apache.maven.plugins.changes.model.Action
Get supported action types are the following: add : added functionnality to the project. fix : bug fix for the project. update : updated some part of the project. remove : removed some functionnality from the project.
getUpdated() - Method in class org.apache.maven.plugin.issues.Issue
 
getUrl() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getUrl() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
getUrlDownload() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getUsername() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
getVelocity() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getVersion() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getVersion() - Method in class org.apache.maven.plugin.issues.Issue
 
getVersion() - Method in class org.apache.maven.plugins.changes.model.Release
Get the version number associated with this release.
getWarnings() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
getXml() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
getXmlPath() - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 

H

HelpMojo - Class in org.apache.maven.plugin.changes
Display help information on maven-changes-plugin.
Call
HelpMojo() - Constructor for class org.apache.maven.plugin.changes.HelpMojo
 

I

i18n - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
Internationalization.
init(ExtendedProperties) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
 
initialize() - Method in class org.apache.maven.plugin.announcement.mailsender.ProjectJavamailMailSender
 
isAddActionDate() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
isErrorParsing() - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
isEscapeHTML() - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
isSourceModified(Resource) - Method in class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
How to keep track of all the modified times across the paths.
isSslMode() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
Issue - Class in org.apache.maven.plugin.issues
An issue.
Issue() - Constructor for class org.apache.maven.plugin.issues.Issue
 
IssueAdapter - Class in org.apache.maven.plugin.changes
An adapter that can adapt data models from other issue management system to the data models used in the changes.xml file.
IssueAdapter(IssueManagementSystem) - Constructor for class org.apache.maven.plugin.changes.IssueAdapter
Create a new adapter.
IssueManagementSystem - Interface in org.apache.maven.plugin.issues
An interface for issue management systems.
IssuesReportGenerator - Class in org.apache.maven.plugin.issues
Generates a report on issues.
IssuesReportGenerator(int[]) - Constructor for class org.apache.maven.plugin.issues.IssuesReportGenerator
 
IssuesReportHelper - Class in org.apache.maven.plugin.issues
A helper class for generation of reports based on issues.
IssuesReportHelper() - Constructor for class org.apache.maven.plugin.issues.IssuesReportHelper
 
IssueType - Enum in org.apache.maven.plugin.changes
The types of issues that can be used in a changes.xml file.
issueTypeMap - Variable in class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
 
IssueUtils - Class in org.apache.maven.plugin.issues
A utility class for working with issue objects.
IssueUtils() - Constructor for class org.apache.maven.plugin.issues.IssueUtils
 
isThisTheExecutionRoot() - Method in class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
Returns true if the current project is located at the Execution Root Directory (where mvn was launched).
isValidDate(String, String) - Static method in class org.apache.maven.plugin.changes.ChangesCheckMojo
Use the pattern to try to parse a Date from the given string.

J

jiraDatePattern - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
The pattern used to parse dates from the JIRA xml file.
JiraDownloader - Class in org.apache.maven.plugin.jira
Gets relevant issues for a JIRA report.
JiraDownloader() - Constructor for class org.apache.maven.plugin.jira.JiraDownloader
 
JiraHelper - Class in org.apache.maven.plugin.jira
A helper class with common JIRA related functionality.
JIRAIssueManagmentSystem - Class in org.apache.maven.plugin.jira
The JIRA issue management system.
JIRAIssueManagmentSystem() - Constructor for class org.apache.maven.plugin.jira.JIRAIssueManagmentSystem
 
JiraMojo - Class in org.apache.maven.plugin.jira
Goal which downloads issues from the Issue Tracking System and generates a report.
JiraMojo() - Constructor for class org.apache.maven.plugin.jira.JiraMojo
 
JiraXML - Class in org.apache.maven.plugin.jira
XML parser that extracts Issues from JIRA.
JiraXML(Log, String) - Constructor for class org.apache.maven.plugin.jira.JiraXML
 

L

loadSchema(String) - Method in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
localRepository - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
Local Repository.
log - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Log for debug output.
logRelease(Release) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
 
lookupByKey(String) - Static method in enum org.apache.maven.plugin.changes.IssueType
 

M

MailSender - Class in org.apache.maven.plugin.announcement
Defines the sender of the announcement if the list of developer is empty or if the sender is not a member of the development team.
MailSender() - Constructor for class org.apache.maven.plugin.announcement.MailSender
 
MailSender(String, String) - Constructor for class org.apache.maven.plugin.announcement.MailSender
 
mavenSession - Variable in class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
The Maven Session.
mergeReleases(List<Release>, List<Release>) - Method in class org.apache.maven.plugin.changes.ReleaseUtils
Merge releases from one issue tracker with releases from another issue tracker.
modelRepresentation() - Method in enum org.apache.maven.plugin.changes.IssueType
 

O

org.apache.maven.plugin.announcement - package org.apache.maven.plugin.announcement
 
org.apache.maven.plugin.announcement.mailsender - package org.apache.maven.plugin.announcement.mailsender
 
org.apache.maven.plugin.changes - package org.apache.maven.plugin.changes
 
org.apache.maven.plugin.changes.schema - package org.apache.maven.plugin.changes.schema
 
org.apache.maven.plugin.issues - package org.apache.maven.plugin.issues
 
org.apache.maven.plugin.jira - package org.apache.maven.plugin.jira
 
org.apache.maven.plugin.resource.loader - package org.apache.maven.plugin.resource.loader
 
org.apache.maven.plugin.trac - package org.apache.maven.plugin.trac
 
org.apache.maven.plugins.changes.model - package org.apache.maven.plugins.changes.model
 
org.apache.maven.plugins.changes.model.io.xpp3 - package org.apache.maven.plugins.changes.model.io.xpp3
 

P

parseXML(File) - Method in class org.apache.maven.plugin.jira.JiraXML
Parse the given xml file.
printValues(List<String>) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Print a list of values separated by commas.
priorityMap - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Mapping containing all allowed JIRA priority values.
processTemplate(Context, File, String, String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
Create the velocity template
project - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
The Maven Project.
ProjectJavamailMailSender - Class in org.apache.maven.plugin.announcement.mailsender
Helper class for sending email.
ProjectJavamailMailSender() - Constructor for class org.apache.maven.plugin.announcement.mailsender.ProjectJavamailMailSender
 
ProjectResourceLoader - Class in org.apache.maven.plugin.resource.loader
Resource Loader for external projects.
ProjectResourceLoader() - Constructor for class org.apache.maven.plugin.resource.loader.ProjectResourceLoader
 
ProjectUtils - Class in org.apache.maven.plugin.changes
A utility class for working with Project objects.
ProjectUtils() - Constructor for class org.apache.maven.plugin.changes.ProjectUtils
 
Properties - Class in org.apache.maven.plugins.changes.model
Class Properties.
Properties() - Constructor for class org.apache.maven.plugins.changes.model.Properties
 

R

read(Reader, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
 
read(Reader) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Method read.
read(InputStream) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Method read.
readAnnouncement(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
Read the announcement generated file.
Release - Class in org.apache.maven.plugins.changes.model
A single release of this project.
Release() - Constructor for class org.apache.maven.plugins.changes.model.Release
 
ReleaseUtils - Class in org.apache.maven.plugin.changes
A utility class for working with Release objects.
ReleaseUtils(Log) - Constructor for class org.apache.maven.plugin.changes.ReleaseUtils
 
removeAction(Action) - Method in class org.apache.maven.plugins.changes.model.Release
Method removeAction.
removeDueTo(DueTo) - Method in class org.apache.maven.plugins.changes.model.Action
Method removeDueTo.
removeFixedIssue(FixedIssue) - Method in class org.apache.maven.plugins.changes.model.Action
Method removeFixedIssue.
removeRelease(Release) - Method in class org.apache.maven.plugins.changes.model.Body
Method removeRelease.
resolutionMap - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Mapping containing all allowed JIRA resolution values.
resolver - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
 
runOnlyAtExecutionRoot - Variable in class org.apache.maven.plugin.announcement.AbstractAnnouncementMojo
This will cause the execution to be run only at the top of a given module tree.

S

SchemaValidatorException - Exception in org.apache.maven.plugin.changes.schema
 
SchemaValidatorException(String, Throwable) - Constructor for exception org.apache.maven.plugin.changes.schema.SchemaValidatorException
 
send(MailMessage) - Method in class org.apache.maven.plugin.announcement.mailsender.ProjectJavamailMailSender
 
sendMessage() - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
Send the email.
session - Variable in class org.apache.maven.plugin.changes.ChangesMojo
 
setAction(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set a short description of the action taken.
setActions(List) - Method in class org.apache.maven.plugins.changes.model.Release
Set the list of actions taken for this release.
setAddActionDate(boolean) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Reader
Sets the state of the "add default entities" flag.
setArtifactId(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setAssignee(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setAuthor(String) - Method in class org.apache.maven.plugin.changes.ChangesXML
 
setAuthor(String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
setAuthor(Author) - Method in class org.apache.maven.plugins.changes.model.Properties
Set page Author.
setAuthorEmail(String) - Method in class org.apache.maven.plugin.changes.ChangesXML
 
setAuthorEmail(String) - Method in class org.apache.maven.plugins.changes.model.Author
Set the page author email.
setBccAddresses(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setBody(Body) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Set contains the releases of this project with the actions taken for each of the releases.
setCcAddresses(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setComponent(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the component(s) to apply to query JIRA.
setCreated(Date) - Method in class org.apache.maven.plugin.issues.Issue
 
setDate(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set fix date.
setDateRelease(String) - Method in class org.apache.maven.plugins.changes.model.Release
Set
setDescription(String) - Method in class org.apache.maven.plugins.changes.model.Release
Set a short description of this release.
setDev(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set
setDevelopmentTeam(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setDueTo(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set name of the person to be credited for this change.
setDueToEmail(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set email of the person to be credited for this change.
setDueTos(List) - Method in class org.apache.maven.plugins.changes.model.Action
Set a list of contributors for this issue.
setEmail(String) - Method in class org.apache.maven.plugin.announcement.MailSender
 
setEmail(String) - Method in class org.apache.maven.plugins.changes.model.DueTo
Set email of the person to be credited for this change.
setErrorParsing(boolean) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setErrors(List<SAXParseException>) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setEscapeHTML(boolean) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setFatalErrors(List<SAXParseException>) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setFilter(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the filter to apply to query to JIRA.
setFinalName(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setFixedIssues(List) - Method in class org.apache.maven.plugins.changes.model.Action
Set a list of fix issues.
setFixVersionIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the fix version id(s) to apply to query JIRA.
setFrom(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setFromDeveloperId(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setGroupId(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setId(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setIntroduction(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setIssue(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set
setIssue(String) - Method in class org.apache.maven.plugins.changes.model.FixedIssue
Set
setIssueLinksPerSystem(Map) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setIssueTypes(Map<String, String>) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setJiraDatePattern(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setJiraPassword(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the password to log into a secured JIRA.
setJiraUser(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the username to log into a secured JIRA.
setKey(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setLink(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setLog(Log) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setMailSender(MailSender) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setMavenProject(Object) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the project.
setMockDownloader(AbstractJiraDownloader) - Method in class org.apache.maven.plugin.jira.JiraMojo
 
setModelEncoding(String) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Set an encoding used for reading/writing the model.
setName(String) - Method in class org.apache.maven.plugin.announcement.MailSender
 
setName(String) - Method in class org.apache.maven.plugins.changes.model.Author
Set the page author name.
setName(String) - Method in class org.apache.maven.plugins.changes.model.DueTo
Set name of the person to be credited for this change.
setNbEntries(int) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the maximum number of Issues to show.
setOutput(File) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Set the output file for the log.
setOutputDirectory(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setPackaging(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setPassword(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setPriority(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setPriorityIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the priorityIds.
setProject(MavenProject) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setProject(MavenProject) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setProperties(Properties) - Method in class org.apache.maven.plugins.changes.model.ChangesDocument
Set contains the properties of this document.
setQuery(String) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setReleaseList(List) - Method in class org.apache.maven.plugin.changes.ChangesXML
 
setReleases(List) - Method in class org.apache.maven.plugins.changes.model.Body
Set the list of releases for this project.
setReporter(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setResolution(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setResolutionIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the resolutionIds.
setSettings(Settings) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
 
setSmtpHost(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setSmtpPort(int) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setSortColumnNames(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the sort column names.
setSslMode(boolean) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setStatus(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setStatusIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the statusIds.
setSubject(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setSummary(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setSystem(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setSystem(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set
setTeamlist(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setTemplate(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setTemplateOutputDirectory(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setTitle(String) - Method in class org.apache.maven.plugin.changes.ChangesXML
 
setTitle(String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
setTitle(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setTitle(String) - Method in class org.apache.maven.plugins.changes.model.Properties
Set page Title.
setToAddresses(List) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setTracPassword(String) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setTracUser(String) - Method in class org.apache.maven.plugin.trac.TracDownloader
 
setType(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setType(String) - Method in class org.apache.maven.plugins.changes.model.Action
Set supported action types are the following: add : added functionnality to the project. fix : bug fix for the project. update : updated some part of the project. remove : removed some functionnality from the project.
setTypeIds(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the typeIds.
setUpdated(Date) - Method in class org.apache.maven.plugin.issues.Issue
 
setUrl(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setUrl(String) - Method in class org.apache.maven.plugin.changes.ChangesReportGenerator
 
setUrlDownload(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setUsername(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMailMojo
 
setVelocity(VelocityComponent) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setVersion(String) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setVersion(String) - Method in class org.apache.maven.plugin.issues.Issue
 
setVersion(String) - Method in class org.apache.maven.plugins.changes.model.Release
Set the version number associated with this release.
setWarnings(List<SAXParseException>) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
setWebPassword(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the password for authentication against the webserver.
setWebUser(String) - Method in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Sets the username for authentication against the webserver.
setXml(ChangesXML) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
setXmlPath(File) - Method in class org.apache.maven.plugin.announcement.AnnouncementMojo
 
sinkBeginReport(Sink, ResourceBundle) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkCell(Sink, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkCellLink(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkEndReport(Sink) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkFigure(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkHeader(Sink, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkLink(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkSectionTitle1Anchor(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkSectionTitle2Anchor(Sink, String, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
sinkShowTypeIcon(Sink, String) - Method in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
siteRenderer - Variable in class org.apache.maven.plugin.changes.AbstractChangesReport
Doxia Site Renderer.
SNAPSHOT_SUFFIX - Static variable in class org.apache.maven.plugin.issues.IssueUtils
 
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugin.jira.JiraXML
 
statusMap - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Mapping containing all allowed JIRA status values.

T

title - Variable in class org.apache.maven.plugin.issues.AbstractIssuesReportGenerator
 
toIntArray(List<Integer>) - Static method in class org.apache.maven.plugin.issues.IssuesReportHelper
Convert a List of Integers to an int array.
toString() - Method in class org.apache.maven.plugin.announcement.MailSender
 
TracDownloader - Class in org.apache.maven.plugin.trac
Get issues from a Trac installation.
TracDownloader() - Constructor for class org.apache.maven.plugin.trac.TracDownloader
 
TracIssueManagmentSystem - Class in org.apache.maven.plugin.trac
The Trac issue management system.
TracIssueManagmentSystem() - Constructor for class org.apache.maven.plugin.trac.TracIssueManagmentSystem
 
TracMojo - Class in org.apache.maven.plugin.trac
Goal which downloads issues from the Issue Tracking System and generates a report.
TracMojo() - Constructor for class org.apache.maven.plugin.trac.TracMojo
 
typeMap - Variable in class org.apache.maven.plugin.jira.AbstractJiraDownloader
Mapping containing all allowed JIRA type values.

V

validateIfIssueManagementComplete(MavenProject, String, String, Log) - Static method in class org.apache.maven.plugin.changes.ProjectUtils
Check if the issue management system has been properly configured in the Maven project.
validateNonProxyHosts(ProxyInfo, String) - Static method in class org.apache.maven.plugin.jira.JiraHelper
Check if the specified host is in the list of non proxy hosts.
validateXmlWithSchema(File, String, boolean) - Method in interface org.apache.maven.plugin.changes.schema.ChangesSchemaValidator
 
validateXmlWithSchema(File, String, boolean) - Method in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
 
valueOf(String) - Static method in enum org.apache.maven.plugin.changes.IssueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.plugin.changes.IssueType
Returns an array containing the constants of this enum type, in the order they are declared.

W

W3C_XML_SCHEMA - Static variable in class org.apache.maven.plugin.changes.schema.DefaultChangesSchemaValidator
property schema
warning(SAXParseException) - Method in class org.apache.maven.plugin.changes.schema.XmlValidationHandler
 
write(Writer, ChangesDocument) - Method in class org.apache.maven.plugins.changes.model.io.xpp3.ChangesXpp3Writer
Method write.

X

XmlValidationHandler - Class in org.apache.maven.plugin.changes.schema
 
XmlValidationHandler(boolean) - Constructor for class org.apache.maven.plugin.changes.schema.XmlValidationHandler
see name

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

Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.