Uses of Interface
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.SearchableDocumentation
Packages that use SearchableDocumentation
Package
Description
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
-
Uses of SearchableDocumentation in org.codehaus.mojo.jaxb2.schemageneration
Methods in org.codehaus.mojo.jaxb2.schemageneration with parameters of type SearchableDocumentationModifier and TypeMethodDescriptionstatic int
XsdGeneratorHelper.insertJavaDocAsAnnotations
(org.apache.maven.plugin.logging.Log log, String encoding, File outputDir, SearchableDocumentation docs, JavaDocRenderer renderer) Inserts XML documentation annotations into all generated XSD files found within the supplied outputDir. -
Uses of SearchableDocumentation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Classes in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that implement SearchableDocumentationModifier and TypeClassDescriptionprivate class
Standard read-only SearchableDocumentation implementation.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return SearchableDocumentationModifier and TypeMethodDescriptionJavaDocExtractor.process()
Processes all supplied Java source Files and URLs to extract JavaDocData for all ClassLocations from which JavaDoc has been collected.Constructors in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with parameters of type SearchableDocumentationModifierConstructorDescriptionXsdAnnotationProcessor
(SearchableDocumentation docs, JavaDocRenderer renderer) Creates an XsdAnnotationProcessor that uses the supplied/generated SearchableDocumentation to read all JavaDoc structures and the supplied JavaDocRenderer to render JavaDocs into XSD documentation annotations.XsdEnumerationAnnotationProcessor
(SearchableDocumentation docs, JavaDocRenderer renderer) Creates an XsdEnumerationAnnotationProcessor that uses the supplied/generated SearchableDocumentation to read all JavaDoc structures and the supplied JavaDocRenderer to render JavaDocs into XSD documentation annotations.