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
Subinterfaces with type arguments of type SortableLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadocModifier and TypeInterfaceDescriptioninterfaceCommon specification for a JavaDoc location which can be compared and sorted.Fields in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type SortableLocationModifier and TypeFieldDescriptionprivate TreeMap<String, SortableLocation> JavaDocExtractor.ReadOnlySearchableDocumentation.keyMapprivate SortedMap<? extends SortableLocation, JavaDocData> JavaDocExtractor.ReadOnlySearchableDocumentation.valueMapMethods 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 voidJavaDocExtractor.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 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 anotherMethod parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type SortableLocationModifier and TypeMethodDescriptionprivate voidJavaDocExtractor.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 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.