Uses of Interface
org.java.plugin.registry.Documentation.Reference
-
Packages that use Documentation.Reference Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.tools.docgen JXP (Java scripted page) templates based documentation generator.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of Documentation.Reference in org.java.plugin.registry
Methods in org.java.plugin.registry that return types with arguments of type Documentation.Reference Modifier and Type Method Description java.util.Collection<Documentation.Reference<T>>
Documentation. getReferences()
-
Uses of Documentation.Reference in org.java.plugin.tools.docgen
Methods in org.java.plugin.tools.docgen with parameters of type Documentation.Reference Modifier and Type Method Description java.lang.String
DocGenerator.Tool. getLink(Documentation.Reference<?> ref)
-
Uses of Documentation.Reference in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return types with arguments of type Documentation.Reference Modifier and Type Method Description java.util.Collection<Documentation.Reference<T>>
MockDocumentation. getReferences()
Methods in org.java.plugin.tools.mocks with parameters of type Documentation.Reference Modifier and Type Method Description MockDocumentation<T>
MockDocumentation. addReference(Documentation.Reference<T> reference)
-