Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNFileType
Packages that use SVNFileType
Package
Description
-
Uses of SVNFileType in org.tmatesoft.svn.core.internal.util.jna
Methods in org.tmatesoft.svn.core.internal.util.jna that return SVNFileTypeModifier and TypeMethodDescriptionstatic SVNFileType
SVNJNAUtil.getFileType
(File file) static SVNFileType
SVNLinuxUtil.getFileType
(File file) -
Uses of SVNFileType in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNFileTypeModifier and TypeFieldDescriptionstatic final SVNFileType
SVNFileType.DIRECTORY
static final SVNFileType
SVNFileType.FILE
static final SVNFileType
SVNFileType.NONE
static final SVNFileType
SVNFileType.SYMLINK
static final SVNFileType
SVNFileType.UNKNOWN
Methods in org.tmatesoft.svn.core.internal.wc that return SVNFileTypeMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNFileTypeModifier and TypeMethodDescriptionstatic boolean
SVNFileType.equals
(SVNFileType type, SVNNodeKind nodeKind) static SVNNodeKind
SVNFileType.getNodeKind
(SVNFileType type) -
Uses of SVNFileType in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNFileTypeModifier and TypeMethodDescriptionprivate void
SVNWCClient16.addFile
(File path, SVNFileType type, SVNAdminArea dir) private boolean
SVNCommitClient16.importFile
(SVNDeltaGenerator deltaGenerator, File file, SVNFileType fileType, String filePath, Map<String, Map<String, String>> versionedAutoProperties, ISVNEditor editor) -
Uses of SVNFileType in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNFileTypeModifier and TypeMethodDescriptionprotected void
SVNStatusEditor17.getDirStatus
(File localAbsPath, String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, Collection<String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler) -
Uses of SVNFileType in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNFileTypeModifier and TypeMethodDescriptionprivate void
SvnNgAbstractUpdate.relegateExternal
(File localAbsPath, SVNURL url, SVNRevision revision, SVNRevision pegRevision, 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
(File source, File dst, SVNFileType srcType, SVNFileType dstType, SvnNgWcToWcCopy.SvnCopyPair copyPair, boolean move) private static void
SvnNgDiffUtil.visit
(File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)