public static interface JavadocForBinaryQuery.Result
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ChangeListener l)
Add a listener to changes in the roots.
|
URL[] |
getRoots()
Get the Javadoc roots.
|
void |
removeChangeListener(ChangeListener l)
Remove a listener to changes in the roots.
|
URL[] getRoots()
index.html
, so that
for a class pkg.Class
the generated documentation would
have a path pkg/Class.html
relative to one of the roots.void addChangeListener(ChangeListener l)
l
- a listener to addvoid removeChangeListener(ChangeListener l)
l
- a listener to remove