Modifier and Type | Method and Description |
---|---|
static SVNFileType |
SVNJNAUtil.getFileType(java.io.File file) |
static SVNFileType |
SVNLinuxUtil.getFileType(java.io.File file) |
Modifier and Type | Field and Description |
---|---|
static SVNFileType |
SVNFileType.DIRECTORY |
static SVNFileType |
SVNFileType.FILE |
static SVNFileType |
SVNFileType.NONE |
static SVNFileType |
SVNFileType.SYMLINK |
static SVNFileType |
SVNFileType.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static SVNFileType |
SVNFileType.getType(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SVNFileType.equals(SVNFileType type,
SVNNodeKind nodeKind) |
static SVNNodeKind |
SVNFileType.getNodeKind(SVNFileType type) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNWCClient16.addFile(java.io.File path,
SVNFileType type,
SVNAdminArea dir) |
private boolean |
SVNCommitClient16.importFile(SVNDeltaGenerator deltaGenerator,
java.io.File file,
SVNFileType fileType,
java.lang.String filePath,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> versionedAutoProperties,
ISVNEditor editor) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNStatusEditor17.getDirStatus(java.io.File localAbsPath,
java.lang.String selected,
boolean skipThisDir,
ISVNWCDb.WCDbRepositoryInfo parentReposInfo,
ISVNWCDb.SVNWCDbInfo dirInfo,
SVNFileType fileType,
java.util.Collection<java.lang.String> ignorePatterns,
SVNDepth depth,
boolean getAll,
boolean noIgnore,
ISvnObjectReceiver<SvnStatus> handler) |
Modifier and Type | Method and Description |
---|---|
private void |
SvnNgAbstractUpdate.relegateExternal(java.io.File localAbsPath,
SVNURL url,
SVNRevision revision,
SVNRevision pegRevision,
java.io.File definingPath,
SVNFileType fileKind,
int targetWorkingCopyFormat) |
private boolean |
SvnNgWcToWcCopy.verifyPaths(SVNFileType srcType,
SVNFileType dstType,
SvnNgWcToWcCopy.SvnCopyPair copyPair,
int copyPairsCount,
boolean move) |
private void |
SvnNgWcToWcCopy.verifyPathsExistenceForVirtualCopy(java.io.File source,
java.io.File dst,
SVNFileType srcType,
SVNFileType dstType,
SvnNgWcToWcCopy.SvnCopyPair copyPair,
boolean move) |
private static void |
SvnNgDiffUtil.visit(java.io.File localAbsPath,
SVNFileType type,
SvnNgDiffUtil.ArbitraryDiffWalker diffWalker,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |