Uses of Interface
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.SortableLocation
Packages that use SortableLocation
Package
Description
-
Uses of SortableLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Fields in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type SortableLocationModifier and TypeFieldDescriptionprivate TreeMap
<String, SortableLocation> JavaDocExtractor.ReadOnlySearchableDocumentation.keyMap
private SortedMap
<? extends SortableLocation, JavaDocData> JavaDocExtractor.ReadOnlySearchableDocumentation.valueMap
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type SortableLocationModifier and TypeMethodDescription<T extends SortableLocation>
SortedMap<T, JavaDocData> Convenience method which retrieves a SortedMap relating all SortableLocations of a particular type to their JavaDocData, respectively.<T extends SortableLocation>
SortedMap<T, JavaDocData> Convenience method which retrieves a SortedMap relating all SortableLocations of a particular type to their JavaDocData, respectively.<T extends SortableLocation>
TJavaDocExtractor.ReadOnlySearchableDocumentation.getLocation
(String path) Convenience method to acquire the SortableLocation corresponding to the given path.<T extends SortableLocation>
TSearchableDocumentation.getLocation
(String path) Convenience method to acquire the SortableLocation corresponding to the given path.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return types with arguments of type SortableLocationModifier and TypeMethodDescriptionJavaDocExtractor.ReadOnlySearchableDocumentation.getAll()
The full map relating each SortableLocation subclass to its corresponding JavaDocData.SearchableDocumentation.getAll()
The full map relating each SortableLocation subclass to its corresponding JavaDocData.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with parameters of type SortableLocationModifier and TypeMethodDescriptionprivate void
JavaDocExtractor.addEntry
(SortedMap<SortableLocation, JavaDocData> map, SortableLocation key, com.thoughtworks.qdox.model.JavaAnnotatedElement value) DefaultJavaDocRenderer.render
(JavaDocData nonNullData, SortableLocation location) Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.JavaDocRenderer.render
(JavaDocData nonNullData, SortableLocation location) Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.protected String
DefaultJavaDocRenderer.renderJavaDocComment
(String comment, SortableLocation location) Override this method to yield another rendering of the javadoc comment.protected String
DefaultJavaDocRenderer.renderJavaDocTag
(String name, String value, SortableLocation location) Override this method to yield anotherprotected String
NoAuthorJavaDocRenderer.renderJavaDocTag
(String name, String value, SortableLocation location) Override this method to yield anotherMethod parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type SortableLocationModifier and TypeMethodDescriptionprivate void
JavaDocExtractor.addEntry
(SortedMap<SortableLocation, JavaDocData> map, SortableLocation key, com.thoughtworks.qdox.model.JavaAnnotatedElement value) Constructor parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type SortableLocationModifierConstructorDescription(package private)
-
Uses of SortableLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location
Classes in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location that implement SortableLocationModifier and TypeClassDescriptionclass
Comparable path structure to locate a particular class within compilation unit.class
Comparable path structure to locate a particular field within compilation unit.class
Comparable path structure to locate a particular method within compilation unit.class
Comparable path structure to locate a particular package within compilation unit.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location with parameters of type SortableLocationModifier and TypeMethodDescriptionint
PackageLocation.compareTo
(SortableLocation that) Compares the string representations of this PackageLocation and the supplied SortableLocation.