Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNFileType
-
Packages that use SVNFileType Package Description org.tmatesoft.svn.core.internal.util.jna org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 -
-
Uses of SVNFileType in org.tmatesoft.svn.core.internal.util.jna
Methods in org.tmatesoft.svn.core.internal.util.jna that return SVNFileType Modifier and Type Method Description static 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 SVNFileType Modifier and Type Field Description static SVNFileTypeSVNFileType. DIRECTORYstatic SVNFileTypeSVNFileType. FILEstatic SVNFileTypeSVNFileType. NONEstatic SVNFileTypeSVNFileType. SYMLINKstatic SVNFileTypeSVNFileType. UNKNOWNMethods in org.tmatesoft.svn.core.internal.wc that return SVNFileType Modifier and Type Method Description static SVNFileTypeSVNFileType. getType(java.io.File file)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNFileType Modifier and Type Method Description static booleanSVNFileType. equals(SVNFileType type, SVNNodeKind nodeKind)static SVNNodeKindSVNFileType. getNodeKind(SVNFileType type) -
Uses of SVNFileType in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNFileType Modifier and Type Method Description protected 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)
-