A E F G I N O P R S T V 

A

AbstractXmlMojo - Class in org.codehaus.mojo.xml
Abstract base class for the plugins Mojo's.
AbstractXmlMojo() - Constructor for class org.codehaus.mojo.xml.AbstractXmlMojo
 
activateProxy() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Called to install the plugins proxy settings.
asAbsoluteFile(File) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Converts the given file into an file with an absolute path.
asFiles(File, String[]) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Converts the given set of file names into a set of File instances.

E

execute() - Method in class org.codehaus.mojo.xml.TransformMojo
Called by Maven to run the plugin.
execute() - Method in class org.codehaus.mojo.xml.ValidateMojo
Called by Maven for executing the Mojo.

F

findLastModified(List, boolean) - Method in class org.codehaus.mojo.xml.TransformMojo
 

G

getAttributes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the attributes, which should be set on the transformer factory.
getBasedir() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Returns the projects base directory.
getDir() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns a directory, which is scanned for files to transform.
getDir() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns a directory, which is scanned for files to validate.
getExcludes(String[], boolean) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Calculates the exclusions to use when searching files.
getExcludes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns patterns of files, which are being excluded from the transformation set.
getExcludes() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns patterns of files, which are being excluded from the validation set.
getExternalSubset(String, String) - Method in class org.codehaus.mojo.xml.Resolver
getFeatures() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the features, which should be set on the transformer factory.
getFileMappers() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns a set of file mappers, which are being used to convert the generated files name.
getFileNames(File, String[], String[]) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Scans a directory for files and returns a set of path names.
getFiles(File, String[], String[]) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Scans a directory for files and returns a set of File instances.
getIncludes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns patterns of files, which are being included into the transformation set.
getIncludes() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns patterns of files, which are being included into the validation set.
getLocator() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
getName() - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Returns the parameter name.
getOtherDepends() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns patterns of additional files, which are being considered for the uptodate check.
getOutputDir() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the output directory, where the generated files are being placed.
getOutputProperties() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the transformers output properties.
getParameters() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the stylesheet parameters.
getProject() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Returns the maven project.
getPublicId() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns the schemas public ID.
getResolver() - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Creates a new resolver.
getResource(String) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
 
getSchemaLanguage() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns the schema language.
getStylesheet() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns the XSLT stylesheet, which is being used to control the transformation.
getSystemId() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns the schemas system ID.
getValue() - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Returns the parameter value.

I

isAddedToClasspath() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether the output directory is added to the classpath.
isSkipDefaultExcludes() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether Maven's default excludes are being ignored.
isSkipDefaultExcludes() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Returns, whether Maven's default excludes are being ignored.
isUpdToDate(List, List) - Method in class org.codehaus.mojo.xml.TransformMojo
 
isValidating() - Method in class org.codehaus.mojo.xml.Resolver
Returns, whether the Resolver should create validating parsers.
isValidating() - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Returns, whether the transformer should create validating XML parsers for reading XML documents.
isValidating() - Method in class org.codehaus.mojo.xml.validation.ValidationSet
If the documents are being validated for wellformedness only: Returns, whether the parser should be validating.

N

NameValuePair - Class in org.codehaus.mojo.xml.transformer
An instance of this class is used to specify an output property.
NameValuePair() - Constructor for class org.codehaus.mojo.xml.transformer.NameValuePair
 
newTransformerFactory(String, ClassLoader) - Static method in class org.codehaus.mojo.xml.TransformMojo
 

O

org.codehaus.mojo.xml - package org.codehaus.mojo.xml
 
org.codehaus.mojo.xml.transformer - package org.codehaus.mojo.xml.transformer
 
org.codehaus.mojo.xml.validation - package org.codehaus.mojo.xml.validation
 

P

passivateProxy(Object) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Called to restore the proxy settings, which have been installed when the plugin was invoked.

R

resolve(String, String) - Method in class org.codehaus.mojo.xml.Resolver
resolve(String) - Method in class org.codehaus.mojo.xml.Resolver
Attempts to resolve the given URI.
resolveEntity(String, String) - Method in class org.codehaus.mojo.xml.Resolver
resolveEntity(String, String, String, String) - Method in class org.codehaus.mojo.xml.Resolver
Resolver - Class in org.codehaus.mojo.xml
An implementation of EntityResolver, URIResolver, and LSResourceResolver, based on the Apache catalog resolver.
resolveResource(String, String, String, String, String) - Method in class org.codehaus.mojo.xml.Resolver

S

setAddedToClasspath(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether the output directory is added to the classpath.
setAttributes(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the attributes, which should be set on the transformer factory.
setCatalogs(List, List) - Method in class org.codehaus.mojo.xml.AbstractXmlMojo
Returns the plugins catalog files.
setDir(File) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the name of a directory, which is scanned for files to transform.
setDir(File) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets a directory, which is scanned for files to validate.
setExcludes(String[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets patterns of files, which are being excluded from the transformation set.
setExcludes(String[]) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets patterns of files, which are being excluded from the validation set.
setFeatures(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the features, which should be set on the transformer factory.
setFileMappers(FileMapper[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets a set of file mappers, which are being used to convert the generated files name.
setIncludes(String[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets patterns of files, which are being included into the transformation set.
setIncludes(String[]) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets patterns of files, which are being included into the validation set.
setName(String) - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Sets the parameter name.
setOtherDepends(String[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets patterns of additional files, which are being considered for the uptodate check.
setOutputDir(File) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the output directory, where the generated files are being placed.
setOutputProperties(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the transformers output properties.
setParameters(NameValuePair[]) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the stylesheet parameters.
setPublicId(String) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets the schemas public ID.
setSchemaLanguage(String) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets the schema language.
setSkipDefaultExcludes(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether Maven's default excludes are being ignored.
setSkipDefaultExcludes(boolean) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets, whether Maven's default excludes are being ignored.
setStylesheet(String) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets the XSLT stylesheet, which is being used to control the transformation.
setSystemId(String) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
Sets the schemas system ID.
setValidating(boolean) - Method in class org.codehaus.mojo.xml.Resolver
Sets, whether the Resolver should create validating parsers.
setValidating(boolean) - Method in class org.codehaus.mojo.xml.transformer.TransformationSet
Sets, whether the transformer should create validating XML parsers for reading XML documents.
setValidating(boolean) - Method in class org.codehaus.mojo.xml.validation.ValidationSet
If the documents are being validated for wellformedness only: Sets, whether the parser should be validating.
setValue(String) - Method in class org.codehaus.mojo.xml.transformer.NameValuePair
Sets the parameter value.

T

TransformationSet - Class in org.codehaus.mojo.xml.transformer
An instance of this class is used to specify a set of files, which are transformed by a common XSLT stylesheet.
TransformationSet() - Constructor for class org.codehaus.mojo.xml.transformer.TransformationSet
 
TransformMojo - Class in org.codehaus.mojo.xml
The TransformMojo is used for transforming a set of files using a common stylesheet.
TransformMojo() - Constructor for class org.codehaus.mojo.xml.TransformMojo
 

V

ValidateMojo - Class in org.codehaus.mojo.xml
The ValidatorMojo's task is the validation of XML files against a given schema.
ValidateMojo() - Constructor for class org.codehaus.mojo.xml.ValidateMojo
 
ValidationSet - Class in org.codehaus.mojo.xml.validation
An instance of this class is used to specify a set of files, which are validated against a common schema.
ValidationSet() - Constructor for class org.codehaus.mojo.xml.validation.ValidationSet
 
A E F G I N O P R S T V 

Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.