Uses of Interface
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.SearchableDocumentation
-
Packages that use SearchableDocumentation Package Description org.codehaus.mojo.jaxb2.schemageneration The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation to be useful within the Maven build process.org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc -
-
Uses of SearchableDocumentation in org.codehaus.mojo.jaxb2.schemageneration
Methods in org.codehaus.mojo.jaxb2.schemageneration with parameters of type SearchableDocumentation Modifier and Type Method Description static 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
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return SearchableDocumentation Modifier and Type Method Description SearchableDocumentation
JavaDocExtractor. 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 SearchableDocumentation Constructor Description XsdAnnotationProcessor(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.
-