Class SVNFileType
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNFileType
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final 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 SVNFileTypeprivate static booleanisAdminFile(File file) booleanisFile()private static booleanstatic booleanstatic voidsetSymlinkSupportEnabled(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
-