A C E G H L P S V X 
All Classes 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

CR - au.com.acegi.xmlformat.LineEnding
Use the carriage return character.
CRLF - 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 au.com.acegi.xmlformat.HelpMojo

G

getChars() - Method in enum au.com.acegi.xmlformat.LineEnding
 

H

HelpMojo - Class in au.com.acegi.xmlformat
Display help information on xml-format-maven-plugin.
Call mvn xml-format:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class au.com.acegi.xmlformat.HelpMojo
 

L

LF - 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, OutputFormat) - Method in class au.com.acegi.xmlformat.AbstractXmlPlugin
Processes a single file found in the project.
processFile(File, OutputFormat) - Method in class au.com.acegi.xmlformat.XmlCheckPlugin
 
processFile(File, OutputFormat) - Method in class au.com.acegi.xmlformat.XmlFormatPlugin
 

S

SYSTEM - 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
 
A C E G H L P S V X 
All Classes All Packages