public class SVNFileType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Set |
ADMIN_FILE_PARENTS |
static SVNFileType |
DIRECTORY |
static SVNFileType |
FILE |
private int |
myType |
static SVNFileType |
NONE |
private static boolean |
ourCanonPathCacheUsed |
private static boolean |
ourDetectSymlinks |
private static boolean |
ourFastSymlinkResoution |
static SVNFileType |
SYMLINK |
static SVNFileType |
UNKNOWN |
Modifier | Constructor and Description |
---|---|
private |
SVNFileType(int type) |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(SVNFileType type,
SVNNodeKind nodeKind) |
int |
getID() |
static SVNNodeKind |
getNodeKind(SVNFileType type) |
static SVNFileType |
getType(java.io.File file) |
private static boolean |
isAdminFile(java.io.File file) |
boolean |
isFile() |
private static boolean |
isSymlink(java.io.File file) |
static boolean |
isSymlinkSupportEnabled() |
static void |
setSymlinkSupportEnabled(boolean enabled) |
java.lang.String |
toString() |
public static final SVNFileType UNKNOWN
public static final SVNFileType NONE
public static final SVNFileType FILE
public static final SVNFileType SYMLINK
public static final SVNFileType DIRECTORY
private static final boolean ourFastSymlinkResoution
private static final boolean ourCanonPathCacheUsed
private static boolean ourDetectSymlinks
private static final java.util.Set ADMIN_FILE_PARENTS
private int myType
public java.lang.String toString()
toString
in class java.lang.Object
public static void setSymlinkSupportEnabled(boolean enabled)
public static boolean isSymlinkSupportEnabled()
public static SVNFileType getType(java.io.File file)
public static boolean equals(SVNFileType type, SVNNodeKind nodeKind)
private static boolean isAdminFile(java.io.File file)
private static boolean isSymlink(java.io.File file)
public int getID()
public boolean isFile()
public static SVNNodeKind getNodeKind(SVNFileType type)