A C D E F G I J O P R S T 

A

AbstractBaseBindingMojo - Class in org.jibx.maven
Runs the JiBX binding compiler.
AbstractBaseBindingMojo() - Constructor for class org.jibx.maven.AbstractBaseBindingMojo
 
AbstractBindingMojo - Class in org.jibx.maven
This is the code that is shared between the BindingMojos.
AbstractBindingMojo() - Constructor for class org.jibx.maven.AbstractBindingMojo
 
AbstractCodeGenMojo - Class in org.jibx.maven
Generates Java sources from XSD schemas.
AbstractCodeGenMojo() - Constructor for class org.jibx.maven.AbstractCodeGenMojo
 
AbstractJibx2WsdlMojo - Class in org.jibx.maven
This is the code that is shared between the BindingMojos.
AbstractJibx2WsdlMojo() - Constructor for class org.jibx.maven.AbstractJibx2WsdlMojo
 
AbstractJibxMojo - Class in org.jibx.maven
Runs the JiBX binding compiler.
AbstractJibxMojo() - Constructor for class org.jibx.maven.AbstractJibxMojo
 
addDependentArtifact(Artifact, IncludeBaseBinding, List<String>) - Method in class org.jibx.maven.AbstractJibxMojo
 
addDependentBinding(IncludeBaseBinding, List<String>) - Method in class org.jibx.maven.AbstractJibxMojo
Add bindings that are containted in artifacts.
addManualDependentBinding(IncludeBaseBinding, List<String>) - Method in class org.jibx.maven.AbstractJibxMojo
Add bindings on the filesystem.
addToPath(String, String) - Method in class org.jibx.maven.AbstractJibxMojo
Fix this directory path so it starts at the root project dir.

C

checkConfiguration() - Method in class org.jibx.maven.AbstractBaseBindingMojo
Verifies the plugins configuration and sets default values if needed.
checkConfiguration() - Method in class org.jibx.maven.AbstractCodeGenMojo
Verifies the plugins configuration and sets default values if needed.
checkConfiguration() - Method in class org.jibx.maven.AbstractJibx2WsdlMojo
Verifies the plugins configuration and sets default values if needed.
checkConfiguration() - Method in class org.jibx.maven.AbstractJibxMojo
Verifies the plugins configuration and sets default values if needed.
checkConfiguration() - Method in class org.jibx.maven.DocumentCompareMojo
Verifies the plugins configuration and sets default values if needed.
CompileBindingMojo - Class in org.jibx.maven
Runs the JiBX binding compiler.
CompileBindingMojo() - Constructor for class org.jibx.maven.CompileBindingMojo
 

D

DocumentCompareMojo - Class in org.jibx.maven
Compares two schemas or roundtrips a schema through a JiBX class and compares the results.
DocumentCompareMojo() - Constructor for class org.jibx.maven.DocumentCompareMojo
 
DocumentCompareMojo.MyTestRoundtrip - Class in org.jibx.maven
Note: this is a hack to increase the visibility of runTest so I can call it.
DocumentCompareMojo.MyTestRoundtrip() - Constructor for class org.jibx.maven.DocumentCompareMojo.MyTestRoundtrip
 

E

execute() - Method in class org.jibx.maven.AbstractBaseBindingMojo
Determines if running in single- or multi-module mode, collects all bindings and finally runs the binding compiler.
execute() - Method in class org.jibx.maven.AbstractCodeGenMojo
 
execute() - Method in class org.jibx.maven.AbstractJibx2WsdlMojo
Determines if running in single- or multi-module mode, collects all bindings and finally runs the binding compiler.
execute() - Method in class org.jibx.maven.AbstractJibxMojo
Determines if running in single- or multi-module mode, collects all bindings and finally runs the binding compiler.
execute() - Method in class org.jibx.maven.DocumentCompareMojo
Run the comparison.
extractBaseBindingFile(List<String>, ZipFile, String, String, String, String) - Method in class org.jibx.maven.AbstractJibxMojo
Extract the base binding file(s) from the dependent artifacts.

F

fixFilePath(String, String) - Method in class org.jibx.maven.AbstractJibxMojo
Fix this file path.

G

getArtifactId() - Method in class org.jibx.maven.IncludeBaseBinding
 
getBaseBindingDirectory() - Method in class org.jibx.maven.AbstractJibxMojo
Get the base binding files directory.
getBaseBindings(String[]) - Method in class org.jibx.maven.AbstractJibxMojo
Get the binding path name for a includeBaseBinding binding.
getClassifier() - Method in class org.jibx.maven.IncludeBaseBinding
 
getCompileClasspathElements() - Method in class org.jibx.maven.Jibx2WsdlMojo
This is a copy of a project method with the same same.
getDefaultSchemaBindingDirectory() - Method in class org.jibx.maven.CompileBindingMojo
Get the binding files directory.
getDefaultSchemaBindingDirectory() - Method in class org.jibx.maven.Jibx2WsdlMojo
Get the binding files directory.
getDefaultSchemaBindingDirectory() - Method in class org.jibx.maven.TestCompileBindingMojo
Get the binding files directory.
getDefaultSchemaBindingDirectory() - Method in class org.jibx.maven.TestJibx2WsdlMojo
Get the binding files directory.
getDirectory() - Method in class org.jibx.maven.IncludeBaseBinding
 
getFullPath(String) - Method in class org.jibx.maven.AbstractJibxMojo
Fix this directory path so it starts at the root project dir.
getGroupId() - Method in class org.jibx.maven.IncludeBaseBinding
 
getIncludedFiles(String, ArrayList<String>, ArrayList<String>) - Method in class org.jibx.maven.AbstractJibxMojo
Returns all bindings in the given directory according to the configured include/exclude patterns.
getIncludes() - Method in class org.jibx.maven.IncludeBaseBinding
 
getProjectBasedir(MavenProject) - Method in class org.jibx.maven.AbstractJibxMojo
Returns the basedir of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.AbstractJibxMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.CompileBindingMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.DocumentCompareMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.Jibx2WsdlMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.SchemaCodeGenMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.TestCompileBindingMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.TestJibx2WsdlMojo
Returns the build output directory of the given project.
getProjectCompileClasspathElements(MavenProject) - Method in class org.jibx.maven.TestSchemaCodeGenMojo
Returns the build output directory of the given project.
getSchemaBindingDirectory() - Method in class org.jibx.maven.AbstractBaseBindingMojo
Get the binding files directory.
getSchemaBindingDirectory() - Method in class org.jibx.maven.AbstractCodeGenMojo
Get the binding files directory.
getSchemaBindingDirectory() - Method in class org.jibx.maven.AbstractJibxMojo
Get the binding files directory.
getSchemaLocation() - Method in class org.jibx.maven.AbstractCodeGenMojo
Get the schema files directory.
getSingleModuleBindingPath(String, String) - Method in class org.jibx.maven.AbstractCodeGenMojo
Get the binding path name for a single module binding.
getVersion() - Method in class org.jibx.maven.IncludeBaseBinding
 
getXmlDirectory() - Method in class org.jibx.maven.DocumentCompareMojo
Get the document files directory.

I

IncludeBaseBinding - Class in org.jibx.maven
 
IncludeBaseBinding() - Constructor for class org.jibx.maven.IncludeBaseBinding
 

J

Jibx2WsdlMojo - Class in org.jibx.maven
Generates WSDL from java code.
Jibx2WsdlMojo() - Constructor for class org.jibx.maven.Jibx2WsdlMojo
 

O

org.jibx.maven - package org.jibx.maven
 

P

project - Variable in class org.jibx.maven.AbstractJibxMojo
The maven project.

R

runTest(String, String, String, String) - Static method in class org.jibx.maven.DocumentCompareMojo.MyTestRoundtrip
Run the comparison.

S

SchemaCodeGenMojo - Class in org.jibx.maven
Generates Java sources from XSD schemas.
SchemaCodeGenMojo() - Constructor for class org.jibx.maven.SchemaCodeGenMojo
 
setArtifactId(String) - Method in class org.jibx.maven.IncludeBaseBinding
 
setClassifier(String) - Method in class org.jibx.maven.IncludeBaseBinding
 
setDirectory(String) - Method in class org.jibx.maven.IncludeBaseBinding
 
setGroupId(String) - Method in class org.jibx.maven.IncludeBaseBinding
 
setIncludes(List<String>) - Method in class org.jibx.maven.IncludeBaseBinding
 
setVersion(String) - Method in class org.jibx.maven.IncludeBaseBinding
 

T

TestCompileBindingMojo - Class in org.jibx.maven
Runs the JiBX binding compiler on the test classes.
TestCompileBindingMojo() - Constructor for class org.jibx.maven.TestCompileBindingMojo
 
TestJibx2WsdlMojo - Class in org.jibx.maven
Generates WSDL from java code.
TestJibx2WsdlMojo() - Constructor for class org.jibx.maven.TestJibx2WsdlMojo
 
TestSchemaCodeGenMojo - Class in org.jibx.maven
Generates Java test sources from XSD schemas.
TestSchemaCodeGenMojo() - Constructor for class org.jibx.maven.TestSchemaCodeGenMojo
 
A C D E F G I J O P R S T 

Copyright © 2005-2013 jibx.org. All Rights Reserved.