|
org.netbeans.api.java/1 1.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryForSourceQueryImplementation
Information about where binaries (classfiles) corresponding to Java sources can be found, this is intended to be the inverse of the SourceForBinaryQueryImplementation.
BinaryForSourceQuery
,
SourceForBinaryQuery
,
SourceForBinaryQueryImplementation
Method Summary | |
---|---|
BinaryForSourceQuery.Result |
findBinaryRoots(URL sourceRoot)
Returns the binary root(s) for a given source root. |
Method Detail |
---|
BinaryForSourceQuery.Result findBinaryRoots(URL sourceRoot)
The returned BinaryForSourceQuery.Result must be a singleton. It means that for
repeated calling of this method with the same recognized root the method has to
return the same instance of BinaryForSourceQuery.Result.
The typical implemantation of the findBinaryRoots contains 3 steps:
Any absolute URL may be used but typically it will use the file
protocol for directory entries and jar
protocol for JAR entries
(e.g. jar:file:/tmp/foo.jar!/).
sourceRoot
- the source path root
|
org.netbeans.api.java/1 1.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |