Class FSErrors
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSErrors
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SVNErrorMessage
errorAlreadyExists
(FSRoot root, String path, FSFS owner) static SVNErrorMessage
errorConflict
(String path, StringBuffer conflictPath) static SVNErrorMessage
errorCorruptLockFile
(String path, FSFS owner) static SVNErrorMessage
errorDanglingId
(FSID id, FSFS owner) static SVNErrorMessage
errorLockExpired
(String lockToken, FSFS owner) static SVNErrorMessage
errorLockOwnerMismatch
(String username, String lockOwner, FSFS owner) static SVNErrorMessage
errorNoSuchLock
(String path, FSFS owner) static SVNErrorMessage
errorNotDirectory
(String path, FSFS owner) static SVNErrorMessage
errorNotFile
(String path, FSFS owner) static SVNErrorMessage
errorNotFound
(FSRoot root, String path) static SVNErrorMessage
errorNotMutable
(long revision, String path, FSFS owner) static SVNErrorMessage
static SVNErrorMessage
errorNoUser
(FSFS owner) static SVNErrorMessage
errorOutOfDate
(String path, SVNNodeKind kind) static SVNErrorMessage
errorPathAlreadyLocked
(String path, String owner, FSFS fsfsOwner) static SVNErrorMessage
errorTxnNotMutable
(String txnId, FSFS owner) static boolean
static boolean
-
Constructor Details
-
FSErrors
public FSErrors()
-
-
Method Details
-
errorDanglingId
-
errorTxnNotMutable
-
errorNotMutable
-
errorNotFound
-
errorNotDirectory
-
errorCorruptLockFile
-
errorOutOfDate
-
errorAlreadyExists
-
errorNotTxn
-
errorConflict
-
errorNoSuchLock
-
errorLockExpired
-
errorNoUser
-
errorLockOwnerMismatch
-
errorNotFile
-
errorPathAlreadyLocked
-
isLockError
-
isUnlockError
-