Uses of Class
org.tmatesoft.svn.core.wc2.SvnInfo
-
-
Uses of SvnInfo in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SvnInfo Modifier and Type Method Description static SvnInfo
SvnCodec. info(SVNInfo info)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnInfo Modifier and Type Method Description static SVNInfo
SvnCodec. info(SvnInfo info)
-
Uses of SvnInfo in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnInfo Modifier and Type Method Description private SvnInfo
SvnNgGetInfo. buildInfo(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)
private SvnInfo
SvnNgGetInfo. buildUnversionedInfo(java.io.File localAbspath)
protected SvnInfo
SvnNgGetInfo. run(SVNWCContext context)
-
Uses of SvnInfo in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SvnInfo Modifier and Type Method Description protected SvnInfo
SvnOldGetInfo. run()
-
Uses of SvnInfo in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SvnInfo Modifier and Type Method Description private SvnInfo
SvnRemoteGetInfo. creatSvnInfoForEntry(SVNURL root, java.lang.String uuid, SVNDirEntry entry, SVNURL entryURL, long revision, SVNLock lock)
protected SvnInfo
SvnRemoteGetInfo. run()
-
Uses of SvnInfo in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnInfo Modifier and Type Method Description private ISvnObjectReceiver<SvnInfo>
SVNClientImpl. getInfoReceiver(InfoCallback callback)
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnInfo Modifier and Type Method Description private Info
SVNClientImpl. getInfo(SvnInfo info)
-