Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util.jna | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc17 |
Modifier and Type | Method and Description |
---|---|
static SVNFileType |
SVNLinuxUtil.getFileType(java.io.File file) |
static SVNFileType |
SVNJNAUtil.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 |
---|---|
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) |
Copyright © 2020. All rights reserved.