public final class SourceJavadocAttacher extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SourceJavadocAttacher.AttachmentListener
Listener notified by
SourceJavadocAttacher about a result
of attaching source (javadoc) to binary root. |
Modifier and Type | Method and Description |
---|---|
static void |
attachJavadoc(URL root,
SourceJavadocAttacher.AttachmentListener listener)
Attaches a javadoc root provided by the SPI
SourceJavadocAttacherImplementation
to given binary root. |
static void |
attachSources(URL root,
SourceJavadocAttacher.AttachmentListener listener)
Attaches a source root provided by the SPI
SourceJavadocAttacherImplementation
to given binary root. |
public static void attachSources(@NonNull URL root, @NullAllowed SourceJavadocAttacher.AttachmentListener listener)
SourceJavadocAttacherImplementation
to given binary root.root
- the binary root to attach sources tolistener
- notified about result when attaching is donepublic static void attachJavadoc(@NonNull URL root, @NullAllowed SourceJavadocAttacher.AttachmentListener listener)
SourceJavadocAttacherImplementation
to given binary root.root
- the binary root to attach javadoc tolistener
- notified about result when attaching is done