Package | Description |
---|---|
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc |
Modifier and Type | Method and Description |
---|---|
JavaDocData |
SearchableDocumentation.getJavaDoc(String path)
Convenience method to acquire the JavaDocData for a SortableLocation with the supplied path.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<SortableLocation,JavaDocData> |
SearchableDocumentation.getAll()
The full map relating each SortableLocation subclass to its corresponding JavaDocData.
|
<T extends SortableLocation> |
SearchableDocumentation.getAll(Class<T> type)
Convenience method which retrieves a SortedMap relating all SortableLocations of a particular type
to their JavaDocData, respectively.
|
Modifier and Type | Method and Description |
---|---|
String |
JavaDocRenderer.render(JavaDocData nonNullData,
SortableLocation location)
Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.
|
String |
DefaultJavaDocRenderer.render(JavaDocData nonNullData,
SortableLocation location)
Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.