| Method and Description |
|---|
| org.netbeans.junit.NbTestCase.convertNBFSURL(URL)
No longer applicable as of NB 4.0 at the latest.
FileObject.getURL() should be returning a file-protocol
URL, which can be converted to a disk path using new File(URI); or
use FileUtil.toFile. |
Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.