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.Setstatic final SVNFileTypestatic final SVNFileTypeprivate intstatic final SVNFileTypeprivate static final booleanprivate static booleanprivate static final booleanstatic final SVNFileTypestatic final SVNFileType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanequals(SVNFileType type, SVNNodeKind nodeKind) intgetID()static SVNNodeKindgetNodeKind(SVNFileType type) static SVNFileTypegetType(java.io.File file) private static booleanisAdminFile(java.io.File file) booleanisFile()private static booleanisSymlink(java.io.File file) static booleanstatic voidsetSymlinkSupportEnabled(boolean enabled) java.lang.StringtoString()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:
toStringin 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
-