| java.lang.Object org.netbeans.napi.gsfret.source.SourceUtils
SourceUtils | public class SourceUtils (Code) | | author: Dusan Balek |
getDependentRoots | public static Set<URL> getDependentRoots(URL root)(Code) | | Returns the dependent source path roots for given source root.
It returns all the open project source roots which have either
direct or transitive dependency on the given source root.
Parameters: root - to find the dependent roots for Set of URLs containinig at least theincomming root, never returns null. since: 0.10 |
isScanInProgress | public static boolean isScanInProgress()(Code) | | Tests whether the initial scan is in progress.
|
waitScanFinished | public static void waitScanFinished() throws InterruptedException(Code) | | Waits for the end of the initial scan, this helper method
is designed for tests which require to wait for end of initial scan.
throws: InterruptedException - is thrown when the waiting thread is interrupted. |
|
|