Verwendungen von Schnittstelle
org.jdrupes.mdoclet.internal.doclets.toolkit.util.DocFinder.Result
Package
Beschreibung
This package has utility classes that perform common services required
for API documentation generation.
-
Verwendungen von DocFinder.Result in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Modifizierer und TypSchnittstelleBeschreibungstatic interface
static interface
static interface
Modifizierer und TypMethodeBeschreibungDocFinder.Criterion.apply
(ExecutableElement method) static <T> DocFinder.Result
<T> DocFinder.Result.CONCLUDE
(T value) static <T> DocFinder.Result
<T> DocFinder.Result.CONTINUE()
static <T> DocFinder.Result
<T> DocFinder.Result.fromOptional
(Optional<T> optional) <T,
X extends Throwable>
DocFinder.Result<T> DocFinder.search
(ExecutableElement method, boolean includeMethod, DocFinder.Criterion<T, X> criterion) <T,
X extends Throwable>
DocFinder.Result<T> DocFinder.search
(ExecutableElement method, DocFinder.Criterion<T, X> criterion) static <T> DocFinder.Result
<T> DocFinder.Result.SKIP()
<T,
X extends Throwable>
DocFinder.Result<T> DocFinder.trySearch
(ExecutableElement method, DocFinder.Criterion<T, X> criterion)