oracle.jdeveloper.runner
Interface SourceFinder
- public interface SourceFinder
Interface for searching for source code.
Method Summary |
java.net.URL |
findSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
Returns the URL to a source file, or null if the
source can not be found. |
findSourceFile
public java.net.URL findSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
- Returns the
URL
to a source file, or null
if the
source can not be found.