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 SVNFileTypeSVNJNAUtil.getFileType(java.io.File file) static SVNFileTypeSVNLinuxUtil.getFileType(java.io.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 SVNFileTypeSVNFileType.DIRECTORYstatic final SVNFileTypeSVNFileType.FILEstatic final SVNFileTypeSVNFileType.NONEstatic final SVNFileTypeSVNFileType.SYMLINKstatic final SVNFileTypeSVNFileType.UNKNOWNMethods in org.tmatesoft.svn.core.internal.wc that return SVNFileTypeMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNFileTypeModifier and TypeMethodDescriptionstatic booleanSVNFileType.equals(SVNFileType type, SVNNodeKind nodeKind) static SVNNodeKindSVNFileType.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 voidSVNWCClient16.addFile(java.io.File path, SVNFileType type, SVNAdminArea dir) private booleanSVNCommitClient16.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) -
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 voidSVNStatusEditor17.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) -
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 voidSvnNgAbstractUpdate.relegateExternal(java.io.File localAbsPath, SVNURL url, SVNRevision revision, SVNRevision pegRevision, java.io.File definingPath, SVNFileType fileKind, int targetWorkingCopyFormat) private booleanSvnNgWcToWcCopy.verifyPaths(SVNFileType srcType, SVNFileType dstType, SvnNgWcToWcCopy.SvnCopyPair copyPair, int copyPairsCount, boolean move) private voidSvnNgWcToWcCopy.verifyPathsExistenceForVirtualCopy(java.io.File source, java.io.File dst, SVNFileType srcType, SVNFileType dstType, SvnNgWcToWcCopy.SvnCopyPair copyPair, boolean move) private static voidSvnNgDiffUtil.visit(java.io.File localAbsPath, SVNFileType type, SvnNgDiffUtil.ArbitraryDiffWalker diffWalker, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)