Uses of Interface
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.SortableLocation
-
Packages that use SortableLocation Package Description org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location -
-
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 SortableLocation Modifier and Type Field Description private java.util.TreeMap<java.lang.String,SortableLocation>JavaDocExtractor.ReadOnlySearchableDocumentation. keyMapprivate java.util.SortedMap<? extends SortableLocation,JavaDocData>JavaDocExtractor.ReadOnlySearchableDocumentation. valueMapMethods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type SortableLocation Modifier and Type Method Description <T extends SortableLocation>
java.util.SortedMap<T,JavaDocData>JavaDocExtractor.ReadOnlySearchableDocumentation. getAll(java.lang.Class<T> type)Convenience method which retrieves a SortedMap relating all SortableLocations of a particular type to their JavaDocData, respectively.<T extends SortableLocation>
java.util.SortedMap<T,JavaDocData>SearchableDocumentation. getAll(java.lang.Class<T> type)Convenience method which retrieves a SortedMap relating all SortableLocations of a particular type to their JavaDocData, respectively.<T extends SortableLocation>
TJavaDocExtractor.ReadOnlySearchableDocumentation. getLocation(java.lang.String path)Convenience method to acquire the SortableLocation corresponding to the given path.<T extends SortableLocation>
TSearchableDocumentation. getLocation(java.lang.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 SortableLocation Modifier and Type Method Description java.util.SortedMap<SortableLocation,JavaDocData>JavaDocExtractor.ReadOnlySearchableDocumentation. getAll()The full map relating each SortableLocation subclass to its corresponding JavaDocData.java.util.SortedMap<SortableLocation,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 SortableLocation Modifier and Type Method Description private voidJavaDocExtractor. addEntry(java.util.SortedMap<SortableLocation,JavaDocData> map, SortableLocation key, com.thoughtworks.qdox.model.JavaAnnotatedElement value)java.lang.StringDefaultJavaDocRenderer. render(JavaDocData nonNullData, SortableLocation location)Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.java.lang.StringJavaDocRenderer. render(JavaDocData nonNullData, SortableLocation location)Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.protected java.lang.StringDefaultJavaDocRenderer. renderJavaDocComment(java.lang.String comment, SortableLocation location)Override this method to yield another rendering of the javadoc comment.protected java.lang.StringDefaultJavaDocRenderer. renderJavaDocTag(java.lang.String name, java.lang.String value, SortableLocation location)Override this method to yield anotherprotected java.lang.StringNoAuthorJavaDocRenderer. renderJavaDocTag(java.lang.String name, java.lang.String value, SortableLocation location)Override this method to yield anotherMethod parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type SortableLocation Modifier and Type Method Description private voidJavaDocExtractor. addEntry(java.util.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 SortableLocation Constructor Description ReadOnlySearchableDocumentation(java.util.SortedMap<SortableLocation,JavaDocData> valueMap) -
Uses of SortableLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location
Classes in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location that implement SortableLocation Modifier and Type Class Description classClassLocationComparable path structure to locate a particular class within compilation unit.classFieldLocationComparable path structure to locate a particular field within compilation unit.classMethodLocationComparable path structure to locate a particular method within compilation unit.classPackageLocationComparable path structure to locate a particular package within compilation unit.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location with parameters of type SortableLocation Modifier and Type Method Description intPackageLocation. compareTo(SortableLocation that)Compares the string representations of this PackageLocation and the supplied SortableLocation.
-