Uses of Class
org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.RevisionsPair
-
Packages that use SvnRepositoryAccess.RevisionsPair Package Description org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old -
-
Uses of SvnRepositoryAccess.RevisionsPair in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description static SvnRepositoryAccess.RevisionsPair
SvnRepositoryAccess.RevisionsPair. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvnRepositoryAccess.RevisionsPair[]
SvnRepositoryAccess.RevisionsPair. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc2 that return types with arguments of type SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description abstract Structure<SvnRepositoryAccess.RevisionsPair>
SvnRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
Method parameters in org.tmatesoft.svn.core.internal.wc2 with type arguments of type SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description abstract Structure<SvnRepositoryAccess.RevisionsPair>
SvnRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
-
Uses of SvnRepositoryAccess.RevisionsPair in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description Structure<SvnRepositoryAccess.RevisionsPair>
SvnNgRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description Structure<SvnRepositoryAccess.RevisionsPair>
SvnNgRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
-
Uses of SvnRepositoryAccess.RevisionsPair in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return types with arguments of type SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description Structure<SvnRepositoryAccess.RevisionsPair>
SvnOldRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
Method parameters in org.tmatesoft.svn.core.internal.wc2.old with type arguments of type SvnRepositoryAccess.RevisionsPair Modifier and Type Method Description Structure<SvnRepositoryAccess.RevisionsPair>
SvnOldRepositoryAccess. getRevisionNumber(SVNRepository repository, SvnTarget path, SVNRevision revision, Structure<SvnRepositoryAccess.RevisionsPair> youngestRevision)
-