A C D E F G H I M O P R S T U V X

A

AbstractXmlBeansPlugin - Class in org.codehaus.mojo.xmlbeans

A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser.

AbstractXmlBeansPlugin() - Constructor for class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Empty constructor for the XML Beans plugin.
ARTIFACT_FILE_PATH - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 

C

catalogLocation - Variable in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
The location of the catalog used to resolve xml entities.
classGenerationDirectory - Variable in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Set a location to generate CLASS files into.
classGenerationDirectory - Variable in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Set a location to generate CLASS files into.
CLASSPATH_DEPENDENCY - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
Something went wrong while looking up the classpath.
CodedException - Exception in org.codehaus.mojo.exception
 
CodedException() - Constructor for exception org.codehaus.mojo.exception.CodedException
Empty Constructor.
CodedException(Error) - Constructor for exception org.codehaus.mojo.exception.CodedException
An exception with a specific error code.
CodedException(Error, String[]) - Constructor for exception org.codehaus.mojo.exception.CodedException
An exception with an error code and fields in the message.
CodedException(Error, String) - Constructor for exception org.codehaus.mojo.exception.CodedException
An exception with an error code and fields in the message.
CodedException(Error, Throwable) - Constructor for exception org.codehaus.mojo.exception.CodedException
Creates a new Coded Exception, given an error code and root cause.
CodedException(Error, String, Throwable) - Constructor for exception org.codehaus.mojo.exception.CodedException
Creates a coded exception with fields and a root cause.
CodedException(Error, String[], Throwable) - Constructor for exception org.codehaus.mojo.exception.CodedException
Creates a coded exception with fields and a root cause.
COMPILE_ERRORS - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
Errors occurred during the compile phase of the plugins process.
CompileXmlBeansMojo - Class in org.codehaus.mojo.xmlbeans
A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser.
CompileXmlBeansMojo() - Constructor for class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Empty constructor for the XML Beans plugin.
COPY_CLASSES - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 

D

defaultXmlConfigDir - Variable in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Default xmlConfigs directory.
defaultXmlConfigDir - Variable in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Default xmlConfigs directory.

E

error - Variable in exception org.codehaus.mojo.exception.CodedException
The error code for the specific error.
Error - Class in org.codehaus.mojo.exception
A key for a particular CodedException.
Error(String) - Constructor for class org.codehaus.mojo.exception.Error
Creates a new error code with a lookup value of key.
errorFields - Variable in exception org.codehaus.mojo.exception.CodedException
Any fields which would need to be filled in within the error message.
errors - Variable in exception org.codehaus.mojo.exception.CodedException
The shadow handle to the resource bundle.
execute() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin

Map the parameters to the schema compilers parameter object, make sure the necessary output directories exist, then call on the schema compiler to produce the java objects and supporting resources.

extractEntry(File, JarEntry) - Method in class org.codehaus.mojo.xmlbeans.FilteredJarFile
Unpack this entry into the given file location.

F

FilteredJarFile - Class in org.codehaus.mojo.xmlbeans
 
FilteredJarFile(File, Log) - Constructor for class org.codehaus.mojo.xmlbeans.FilteredJarFile
 
find(String) - Method in class org.codehaus.mojo.xmlbeans.SchemaArtifactLookup
Finds an artifact in the list of project artifacts and returns a casted version of it with extra helper methods.

G

getBaseDir() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
getBaseDir() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Returns the directory where the schemas are located.
getBaseDir() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Returns the directory where the schemas are located.
getCatalogFile() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the name of the file used to resolve xml entities.
getClasspath() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns a classpath for the compiler made up of artifacts from the project.
getCompiler() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns null.
getConfigFiles() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns configuration files identified in the xmlConfigs string passed by the project configuration.
getDefaultXmlConfigDir() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
getDefaultXmlConfigDir() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
 
getDefaultXmlConfigDir() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
 
getEntityResolver() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns a null entity resolver.
getEntryPathsAndExtract(String[], File) - Method in class org.codehaus.mojo.xmlbeans.FilteredJarFile
 
getErrorKey() - Method in class org.codehaus.mojo.exception.Error
Returns the error code key.
getErrorListeners() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns an empty collection the compiler will store error message Strings in.
getExtensions() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Todo: Not certain of the purpose of this.
getFilePaths(Artifact, Log, File) - Static method in class org.codehaus.mojo.xmlbeans.SchemaArtifact
Assuming that the artifact has a file handle, returns a collection of strings pointing to each xsd file within the jar.
getGeneratedClassesDirectory() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Returns the class directory of the project.
getGeneratedClassesDirectory() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Returns the class directory of the project.
getGeneratedSchemaDirectory() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
getGeneratedSchemaDirectory() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
 
getGeneratedSchemaDirectory() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
 
getGeneratedSourceDirectory() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Returns the directory for saving generated source files.
getGeneratedSourceDirectory() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Returns the directory for saving generated source files.
getJavaFiles() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
An array of other source files.
getJavaSource() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
getMdefNamespaces() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns null at this time.
getMemoryInitialSize() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the initial size of the memory allocation for the schema compile process.
getMemoryMaximumSize() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the maximum size of the memory allocation for the schema compile process.
getMessage() - Method in exception org.codehaus.mojo.exception.CodedException
getMessage - Check the error code to see if it's an ExtendedError.
getName() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns null at this time.
getOutputJar() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the location of the output jar file should one be produced.
getRepackage() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Todo: Not certain of the purpose of this.
getSchemaDirectory() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the directory where the schemas are located.
getSchemaDirectory() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Returns the directory where the schemas are located.
getSchemaDirectory() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Returns the directory where the schemas are located.
getStaleFile() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
getStaleFile() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
 
getStaleFile() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
 
getWsdlFiles() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Currently returns an empty file array.
getXsdFiles() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns a file array of xsd files to translate to object models.
getXsdJars() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
getXsdJars() - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Returns the list of xsd jars.
getXsdJars() - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Returns the list of xsd jars.

H

hasCatalogFile() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the name of the file used to resolve xml entities.

I

init(Error, String[]) - Method in exception org.codehaus.mojo.exception.CodedException
Initialize the instance.
INVALID_ARTIFACT_REFERENCE - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 
INVALID_CONFIG_FILE - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 
isDebug() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns the state of debuggin.
isDownload() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns true if dependencies are to be downloaded by the schema compiler.
isJaxb() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns true if jaxb is set.
isNoAnn() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
isNoJavac() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns True if generated source files are not to be compiled.
isNoPvr() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Do not enforce the particle valid (restriction) rule if true.
isNoUpa() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
If true, do not enforce the unique particle attribution rule.
isNoVDoc() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
isQuiet() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns true if the schema compiler should reduce verbosity.
isVerbose() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Returns true if the schema compiler should increase verbosity.

M

MISSING_ERROR_KEY - Static variable in exception org.codehaus.mojo.exception.CodedException
The error message used when a key is missing from the resource bundles.
MISSING_FILE - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 
MISSING_SCHEMA_DIRECTORY - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
We need the schema directory to continue.
MISSING_SCHEMA_FILE - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 

O

org.codehaus.mojo.exception - package org.codehaus.mojo.exception
 
org.codehaus.mojo.xmlbeans - package org.codehaus.mojo.xmlbeans
 

P

ParameterAdapter - Class in org.codehaus.mojo.xmlbeans
 
project - Variable in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
A reference to the Maven Project metadata.

R

REQ_FILE_MISSING - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
The publisher specified in the configuration isn't valid.

S

SchemaArtifact - Class in org.codehaus.mojo.xmlbeans
 
SchemaArtifact() - Constructor for class org.codehaus.mojo.xmlbeans.SchemaArtifact
 
SchemaArtifactLookup - Class in org.codehaus.mojo.xmlbeans
 
SchemaArtifactLookup(Map, Log) - Constructor for class org.codehaus.mojo.xmlbeans.SchemaArtifactLookup
 
schemaDirectory - Variable in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
The directory where .xsd files are to be found.
schemaDirectory - Variable in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
The directory where .xsd files are to be found.
setLocalRepository(ArtifactRepository) - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
Gives the plugin a reference to the local repository.
setPluginArtifacts(List) - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
sourceGenerationDirectory - Variable in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
Set a location to generate JAVA files into.
sourceGenerationDirectory - Variable in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Set a location to generate JAVA files into.
STALE_FILE_TOUCH - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 
staleFile - Variable in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
The location of the flag file used to determine if the output is stale.
staleFile - Variable in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
The location of the flag file used to determine if the output is stale.

T

TestXmlBeansMojo - Class in org.codehaus.mojo.xmlbeans
A Maven 2 plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser.
TestXmlBeansMojo() - Constructor for class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
Empty constructor for the XML Beans plugin.
toString() - Method in class org.codehaus.mojo.exception.Error
Displays the Error object as a string, namely it's errorKey value.

U

UNSET_PROPERTIES - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
setProject was never called on XmlBeansPlugin so the PluginProperties was never set.
updateProject(MavenProject, SchemaCompiler.Parameters) - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
 
updateProject(MavenProject, SchemaCompiler.Parameters) - Method in class org.codehaus.mojo.xmlbeans.CompileXmlBeansMojo
 
updateProject(MavenProject, SchemaCompiler.Parameters) - Method in class org.codehaus.mojo.xmlbeans.TestXmlBeansMojo
 

V

validate() - Method in class org.codehaus.mojo.xmlbeans.AbstractXmlBeansPlugin
No validation beyond those done by the maven plugin occur at this time.

X

XmlBeansException - Exception in org.codehaus.mojo.xmlbeans
An error occurring within the XmlBeans plugin.
XmlBeansException(Error) - Constructor for exception org.codehaus.mojo.xmlbeans.XmlBeansException
A part specific exception with a specific error code.
XmlBeansException(Error, String[]) - Constructor for exception org.codehaus.mojo.xmlbeans.XmlBeansException
A part specific exception with an error code and fields in the message.
XmlBeansException(Error, String) - Constructor for exception org.codehaus.mojo.xmlbeans.XmlBeansException
A part specific exception with an error code and fields in the message.
XmlBeansException(Error, Throwable) - Constructor for exception org.codehaus.mojo.xmlbeans.XmlBeansException
Creates a new Coded CAM Exception, given an error code and root cause.
XmlBeansException(Error, String, Throwable) - Constructor for exception org.codehaus.mojo.xmlbeans.XmlBeansException
Creates a coded exception with fields and a root cause.
XmlBeansException(Error, String[], Throwable) - Constructor for exception org.codehaus.mojo.xmlbeans.XmlBeansException
Creates a coded exception with fields and a root cause.
XSD_ARTIFACT_JAR - Static variable in exception org.codehaus.mojo.xmlbeans.XmlBeansException
 

A C D E F G H I M O P R S T U V X

Copyright © 2005-2010. All Rights Reserved.