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
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>
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 TypeMethodDescriptionSearchableDocumentation.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 TypeMethodDescriptionDefaultJavaDocRenderer.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 StringDefaultJavaDocRenderer.renderJavaDocComment(String comment, SortableLocation location) Override this method to yield another rendering of the javadoc comment.protected StringDefaultJavaDocRenderer.renderJavaDocTag(String name, String value, SortableLocation location) Override this method to yield anotherprotected StringNoAuthorJavaDocRenderer.renderJavaDocTag(String name, String value, SortableLocation location) Override this method to yield another -
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 TypeClassDescriptionclassComparable path structure to locate a particular class within compilation unit.classComparable path structure to locate a particular field within compilation unit.classComparable path structure to locate a particular method within compilation unit.classComparable 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 TypeMethodDescriptionintPackageLocation.compareTo(SortableLocation that) Compares the string representations of this PackageLocation and the supplied SortableLocation.