| java.lang.Object org.netbeans.modules.gsfret.source.GlobalSourcePath
GlobalSourcePath | public class GlobalSourcePath (Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Tomas Zezula |
getSourceRootForBinaryRoot | public URL[] getSourceRootForBinaryRoot(URL binaryRoot, ClassPath definingClassPath, boolean fire)(Code) | | |
setDebugCallBack | void setDebugCallBack(Runnable callBack)(Code) | | Unit test method, used to set a callback which is called
form getResources to emulate a race condition.
The access to debugCallBack is not synchronized, it should be
set before test and unset after test.
Parameters: callBack - to be called |
|
|