|
org.netbeans.api.java/1 1.38 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceJavadocAttacherImplementation
A SPI for attaching source roots and javadoc roots to binary roots.
The implementations of this interface are registered in global Lookup
ServiceProvider| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 done
IOException - in case of error
boolean 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 done
IOException - in case of error
|
org.netbeans.api.java/1 1.38 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||