public interface SourceJavadocAttacherImplementation
LookupServiceProvider| Modifier and Type | Method and Description |
|---|---|
boolean |
attachJavadoc(URL root,
SourceJavadocAttacher.AttachmentListener listener)
Attaches a javadoc root provided by this SPI to given binary root.
|
boolean |
attachSources(URL root,
SourceJavadocAttacher.AttachmentListener listener)
Attaches a source root provided by this SPI to given binary root.
|
boolean attachSources(@NonNull URL root, @NonNull SourceJavadocAttacher.AttachmentListener listener) throws IOException
root - the binary root to attach sources toa - listener notified about result when attaching is doneIOException - in case of errorboolean attachJavadoc(@NonNull URL root, @NonNull SourceJavadocAttacher.AttachmentListener listener) throws IOException
root - the binary root to attach javadoc toa - listener notified about result when attaching is doneIOException - in case of errorBuilt on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.