Class SVNFileType
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNFileType
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Set
static final SVNFileType
static final SVNFileType
private int
static final SVNFileType
private static final boolean
private static boolean
private static final boolean
static final SVNFileType
static final SVNFileType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equals
(SVNFileType type, SVNNodeKind nodeKind) int
getID()
static SVNNodeKind
getNodeKind
(SVNFileType type) static SVNFileType
private static boolean
isAdminFile
(File file) boolean
isFile()
private static boolean
static boolean
static void
setSymlinkSupportEnabled
(boolean enabled) toString()
-
Field Details
-
UNKNOWN
-
NONE
-
FILE
-
SYMLINK
-
DIRECTORY
-
ourFastSymlinkResoution
private static final boolean ourFastSymlinkResoution -
ourCanonPathCacheUsed
private static final boolean ourCanonPathCacheUsed -
ourDetectSymlinks
private static boolean ourDetectSymlinks -
ADMIN_FILE_PARENTS
-
myType
private int myType
-
-
Constructor Details
-
SVNFileType
private SVNFileType(int type)
-
-
Method Details
-
toString
-
setSymlinkSupportEnabled
public static void setSymlinkSupportEnabled(boolean enabled) -
isSymlinkSupportEnabled
public static boolean isSymlinkSupportEnabled() -
getType
-
equals
-
isAdminFile
-
isSymlink
-
getID
public int getID() -
isFile
public boolean isFile() -
getNodeKind
-