public class SVNFileType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SVNFileType |
DIRECTORY |
static SVNFileType |
FILE |
static SVNFileType |
NONE |
static SVNFileType |
SYMLINK |
static SVNFileType |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(SVNFileType type,
SVNNodeKind nodeKind) |
int |
getID() |
static SVNNodeKind |
getNodeKind(SVNFileType type) |
static SVNFileType |
getType(java.io.File file) |
boolean |
isFile() |
static boolean |
isSymlinkSupportEnabled() |
static void |
setSymlinkSupportEnabled(boolean enabled) |
java.lang.String |
toString() |
public static final SVNFileType UNKNOWN
public static final SVNFileType NONE
public static final SVNFileType FILE
public static final SVNFileType SYMLINK
public static final SVNFileType DIRECTORY
public java.lang.String toString()
toString
in class java.lang.Object
public static void setSymlinkSupportEnabled(boolean enabled)
public static boolean isSymlinkSupportEnabled()
public static SVNFileType getType(java.io.File file)
public static boolean equals(SVNFileType type, SVNNodeKind nodeKind)
public int getID()
public boolean isFile()
public static SVNNodeKind getNodeKind(SVNFileType type)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.