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. keyMap
private java.util.SortedMap<? extends SortableLocation,JavaDocData>
JavaDocExtractor.ReadOnlySearchableDocumentation. valueMap
Methods 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 void
JavaDocExtractor. addEntry(java.util.SortedMap<SortableLocation,JavaDocData> map, SortableLocation key, com.thoughtworks.qdox.model.JavaAnnotatedElement value)
java.lang.String
DefaultJavaDocRenderer. render(JavaDocData nonNullData, SortableLocation location)
Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.java.lang.String
JavaDocRenderer. render(JavaDocData nonNullData, SortableLocation location)
Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.protected java.lang.String
DefaultJavaDocRenderer. renderJavaDocComment(java.lang.String comment, SortableLocation location)
Override this method to yield another rendering of the javadoc comment.protected java.lang.String
DefaultJavaDocRenderer. renderJavaDocTag(java.lang.String name, java.lang.String value, SortableLocation location)
Override this method to yield anotherprotected java.lang.String
NoAuthorJavaDocRenderer. 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 void
JavaDocExtractor. 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 class
ClassLocation
Comparable path structure to locate a particular class within compilation unit.class
FieldLocation
Comparable path structure to locate a particular field within compilation unit.class
MethodLocation
Comparable path structure to locate a particular method within compilation unit.class
PackageLocation
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 SortableLocation Modifier and Type Method Description int
PackageLocation. compareTo(SortableLocation that)
Compares the string representations of this PackageLocation and the supplied SortableLocation.
-