Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
M
O
P
R
S
T
U
V
X
A
ARTIFACT_FILE_PATH
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
AbstractXmlBeansPlugin
- class org.codehaus.mojo.xmlbeans.
AbstractXmlBeansPlugin
.
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.
C
CLASSPATH_DEPENDENCY
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
Something went wrong while looking up the classpath.
COMPILE_ERRORS
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
Errors occurred during the compile phase of the plugins process.
CodedException
- exception org.codehaus.mojo.exception.
CodedException
.
CodedException()
- Constructor for class org.codehaus.mojo.exception.
CodedException
Empty Constructor.
CodedException(Error)
- Constructor for class org.codehaus.mojo.exception.
CodedException
An exception with a specific error code.
CodedException(Error, String[])
- Constructor for class org.codehaus.mojo.exception.
CodedException
An exception with an error code and fields in the message.
CodedException(Error, String)
- Constructor for class org.codehaus.mojo.exception.
CodedException
An exception with an error code and fields in the message.
CodedException(Error, Throwable)
- Constructor for class org.codehaus.mojo.exception.
CodedException
Creates a new Coded Exception, given an error code and root cause.
CodedException(Error, String, Throwable)
- Constructor for class org.codehaus.mojo.exception.
CodedException
Creates a coded exception with fields and a root cause.
CodedException(Error, String[], Throwable)
- Constructor for class org.codehaus.mojo.exception.
CodedException
Creates a coded exception with fields and a root cause.
CompileXmlBeansMojo
- class org.codehaus.mojo.xmlbeans.
CompileXmlBeansMojo
.
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.
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.
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
- class org.codehaus.mojo.exception.
Error
.
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
.
error
- Variable in class org.codehaus.mojo.exception.
CodedException
The error code for the specific error.
errorFields
- Variable in class org.codehaus.mojo.exception.
CodedException
Any fields which would need to be filled in within the error message.
errors
- Variable in class 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 org.codehaus.mojo.xmlbeans.
FilteredJarFile
.
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.
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 class 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.
I
INVALID_ARTIFACT_REFERENCE
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
INVALID_CONFIG_FILE
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
init(Error, String[])
- Method in class org.codehaus.mojo.exception.
CodedException
Initialize the instance.
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.
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.
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 class org.codehaus.mojo.exception.
CodedException
The error message used when a key is missing from the resource bundles.
MISSING_FILE
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
MISSING_SCHEMA_DIRECTORY
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
We need the schema directory to continue.
O
org.codehaus.mojo.exception
- package org.codehaus.mojo.exception
org.codehaus.mojo.xmlbeans
- package org.codehaus.mojo.xmlbeans
P
ParameterAdapter
- class org.codehaus.mojo.xmlbeans.
ParameterAdapter
.
project
- Variable in class org.codehaus.mojo.xmlbeans.
AbstractXmlBeansPlugin
A reference to the Maven Project metadata.
R
REQ_FILE_MISSING
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
The publisher specified in the configuration isn't valid.
S
STALE_FILE_TOUCH
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
SchemaArtifact
- class org.codehaus.mojo.xmlbeans.
SchemaArtifact
.
SchemaArtifact()
- Constructor for class org.codehaus.mojo.xmlbeans.
SchemaArtifact
SchemaArtifactLookup
- class org.codehaus.mojo.xmlbeans.
SchemaArtifactLookup
.
SchemaArtifactLookup(Set, 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.
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 org.codehaus.mojo.xmlbeans.
TestXmlBeansMojo
.
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 class 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
XSD_ARTIFACT_JAR
- Static variable in class org.codehaus.mojo.xmlbeans.
XmlBeansException
XmlBeansException
- exception org.codehaus.mojo.xmlbeans.
XmlBeansException
.
An error occurring within the XmlBeans plugin.
XmlBeansException(Error)
- Constructor for class org.codehaus.mojo.xmlbeans.
XmlBeansException
A part specific exception with a specific error code.
XmlBeansException(Error, String[])
- Constructor for class org.codehaus.mojo.xmlbeans.
XmlBeansException
A part specific exception with an error code and fields in the message.
XmlBeansException(Error, String)
- Constructor for class org.codehaus.mojo.xmlbeans.
XmlBeansException
A part specific exception with an error code and fields in the message.
XmlBeansException(Error, Throwable)
- Constructor for class org.codehaus.mojo.xmlbeans.
XmlBeansException
Creates a new Coded CAM Exception, given an error code and root cause.
XmlBeansException(Error, String, Throwable)
- Constructor for class org.codehaus.mojo.xmlbeans.
XmlBeansException
Creates a coded exception with fields and a root cause.
XmlBeansException(Error, String[], Throwable)
- Constructor for class org.codehaus.mojo.xmlbeans.
XmlBeansException
Creates a coded exception with fields and a root cause.
A
C
D
E
F
G
I
M
O
P
R
S
T
U
V
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © {inceptionYear}-2007 null. All Rights Reserved.