Index
All Classes and Interfaces|All Packages
A
- AbstractXmlPlugin - Class in au.com.acegi.xmlformat
-
Common infrastructure for the various plugin goals.
- AbstractXmlPlugin() - Constructor for class au.com.acegi.xmlformat.AbstractXmlPlugin
- afterAllProcessed(boolean) - Method in class au.com.acegi.xmlformat.AbstractXmlPlugin
-
Invoked after all files in the project have been processed.
- afterAllProcessed(boolean) - Method in class au.com.acegi.xmlformat.XmlCheckPlugin
- afterAllProcessed(boolean) - Method in class au.com.acegi.xmlformat.XmlFormatPlugin
- au.com.acegi.xmlformat - package au.com.acegi.xmlformat
-
XML Formatter Maven Plugin main package.
C
- com.github.hazendaz.maven.xml_format_maven_plugin - package com.github.hazendaz.maven.xml_format_maven_plugin
- CR - Enum constant in enum au.com.acegi.xmlformat.LineEnding
-
Use the carriage return character.
- CRLF - Enum constant in enum au.com.acegi.xmlformat.LineEnding
-
Use the carriage return and new line characters.
E
- execute() - Method in class au.com.acegi.xmlformat.AbstractXmlPlugin
- execute() - Method in class com.github.hazendaz.maven.xml_format_maven_plugin.HelpMojo
G
- getChars() - Method in enum au.com.acegi.xmlformat.LineEnding
-
Gets the chars.
H
- HelpMojo - Class in com.github.hazendaz.maven.xml_format_maven_plugin
-
Display help information on xml-format-maven-plugin.
Callmvn xml-format:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class com.github.hazendaz.maven.xml_format_maven_plugin.HelpMojo
I
- isKeepBlankLines() - Method in class au.com.acegi.xmlformat.XmlOutputFormat
-
When set to true, preserves at most one blank line between tags, if it was alredy present in the input file.
L
- LF - Enum constant in enum au.com.acegi.xmlformat.LineEnding
-
Use the newline character.
- LineEnding - Enum in au.com.acegi.xmlformat
-
Valid line endings for use by
AbstractXmlPlugin.lineEnding.
P
- processFile(File, XmlOutputFormat) - Method in class au.com.acegi.xmlformat.AbstractXmlPlugin
-
Processes a single file found in the project.
- processFile(File, XmlOutputFormat) - Method in class au.com.acegi.xmlformat.XmlCheckPlugin
- processFile(File, XmlOutputFormat) - Method in class au.com.acegi.xmlformat.XmlFormatPlugin
S
- setKeepBlankLines(boolean) - Method in class au.com.acegi.xmlformat.XmlOutputFormat
-
When set to true, preserves at most one blank line between tags, if it was alredy present in the input file.
- SYSTEM - Enum constant in enum au.com.acegi.xmlformat.LineEnding
-
Use the system default line ending.
V
- valueOf(String) - Static method in enum au.com.acegi.xmlformat.LineEnding
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum au.com.acegi.xmlformat.LineEnding
-
Returns an array containing the constants of this enum type, in the order they are declared.
X
- XmlCheckPlugin - Class in au.com.acegi.xmlformat
-
Finds the XML files in a project and only check them: no files are changed, but the build will fail if any file does not follow the formatting conventions.
- XmlCheckPlugin() - Constructor for class au.com.acegi.xmlformat.XmlCheckPlugin
- XmlFormatPlugin - Class in au.com.acegi.xmlformat
-
Finds the XML files in a project and automatically reformats them.
- XmlFormatPlugin() - Constructor for class au.com.acegi.xmlformat.XmlFormatPlugin
- XmlOutputFormat - Class in au.com.acegi.xmlformat
-
Extended DOM4J configuration.
- XmlOutputFormat() - Constructor for class au.com.acegi.xmlformat.XmlOutputFormat
-
Instantiates a new xml output format.
All Classes and Interfaces|All Packages