Extension SDK

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.
 

Method Detail

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.


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.