|
org.netbeans.modules.queries/1 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.queries.CollocationQuery
public final class CollocationQuery
Find out whether some files logically belong in one directory tree, for example as part of a VCS checkout.
CollocationQueryImplementation2| Method Summary | |
|---|---|
static boolean |
areCollocated(File file1,
File file2)
Deprecated. Use areCollocated(java.net.URI, java.net.URI) instead. |
static boolean |
areCollocated(URI file1,
URI file2)
Check whether two files are logically part of one directory tree. |
static File |
findRoot(File file)
Deprecated. Use findRoot(java.net.URI) instead. |
static URI |
findRoot(URI file)
Find a root of a logical tree containing this file, if any. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated
public static boolean areCollocated(File file1,
File file2)
areCollocated(java.net.URI, java.net.URI) instead.
CVSROOT) they might be considered collocated.
If nothing is known about them, return false.
file1 - one filefile2 - another file
public static boolean areCollocated(URI file1,
URI file2)
CVSROOT) they might be considered collocated.
If nothing is known about them, return false.
file1 - one filefile2 - another file
@Deprecated public static File findRoot(File file)
findRoot(java.net.URI) instead.
file - a file on disk
public static URI findRoot(URI file)
file - a file on disk
|
org.netbeans.modules.queries/1 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||