|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.java.queries.UnitTestForSourceQuery
Query to find Java package root of unit tests for Java package root of sources and vice versa.
MultipleRootsUnitTestForSourceQueryImplementation
Method Summary | |
static URL |
findSource(FileObject unitTest)
Deprecated. Use findSources(org.openide.filesystems.FileObject) instead. |
static URL[] |
findSources(FileObject unitTest)
Returns the source roots for a given test root. |
static URL |
findUnitTest(FileObject source)
Deprecated. Use findUnitTests(org.openide.filesystems.FileObject) instead. |
static URL[] |
findUnitTests(FileObject source)
Returns the test roots for a given source root. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static URL findUnitTest(FileObject source)
findUnitTests(org.openide.filesystems.FileObject)
instead.
source
- Java package root with sources
public static URL[] findUnitTests(FileObject source)
source
- Java package root with sources
public static URL findSource(FileObject unitTest)
findSources(org.openide.filesystems.FileObject)
instead.
unitTest
- Java package root with unit tests
public static URL[] findSources(FileObject unitTest)
unitTest
- Java package root with unit tests
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |