|
org.netbeans.api.java/1 1.38 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.java.queries.SourceJavadocAttacher
public final class SourceJavadocAttacher
A support for attaching source roots and javadoc roots to binary roots.
| Nested Class Summary | |
|---|---|
static interface |
SourceJavadocAttacher.AttachmentListener
Listener notified by SourceJavadocAttacher about a result
of attaching source (javadoc) to binary root. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 done
public 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
|
org.netbeans.api.java/1 1.38 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||