Class SVNFileType

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNFileType

public class SVNFileType extends java.lang.Object
Version:
1.3
  • Field Details

    • UNKNOWN

      public static final SVNFileType UNKNOWN
    • NONE

      public static final SVNFileType NONE
    • FILE

      public static final SVNFileType FILE
    • DIRECTORY

      public static final SVNFileType DIRECTORY
    • ourFastSymlinkResoution

      private static final boolean ourFastSymlinkResoution
    • ourCanonPathCacheUsed

      private static final boolean ourCanonPathCacheUsed
    • 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 class java.lang.Object
    • setSymlinkSupportEnabled

      public static void setSymlinkSupportEnabled(boolean enabled)
    • isSymlinkSupportEnabled

      public static boolean isSymlinkSupportEnabled()
    • getType

      public static SVNFileType getType(java.io.File file)
    • equals

      public static boolean equals(SVNFileType type, SVNNodeKind nodeKind)
    • 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

      public static SVNNodeKind getNodeKind(SVNFileType type)