Class SVNFileType
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNFileType
public class SVNFileType
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final java.util.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
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
static void
setSymlinkSupportEnabled
(boolean enabled) java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
private static final java.util.Set ADMIN_FILE_PARENTS -
myType
private int myType
-
-
Constructor Details
-
SVNFileType
private SVNFileType(int type)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
setSymlinkSupportEnabled
public static void setSymlinkSupportEnabled(boolean enabled) -
isSymlinkSupportEnabled
public static boolean isSymlinkSupportEnabled() -
getType
-
equals
-
isAdminFile
private static boolean isAdminFile(java.io.File file) -
isSymlink
private static boolean isSymlink(java.io.File file) -
getID
public int getID() -
isFile
public boolean isFile() -
getNodeKind
-