Uses of Class
org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.RepositoryInfo
-
Packages that use SvnRepositoryAccess.RepositoryInfo 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.RepositoryInfo in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SvnRepositoryAccess.RepositoryInfo Modifier and Type Method Description static SvnRepositoryAccess.RepositoryInfo
SvnRepositoryAccess.RepositoryInfo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvnRepositoryAccess.RepositoryInfo[]
SvnRepositoryAccess.RepositoryInfo. 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.RepositoryInfo Modifier and Type Method Description abstract Structure<SvnRepositoryAccess.RepositoryInfo>
SvnRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
-
Uses of SvnRepositoryAccess.RepositoryInfo 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.RepositoryInfo Modifier and Type Method Description Structure<SvnRepositoryAccess.RepositoryInfo>
SvnNgRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
-
Uses of SvnRepositoryAccess.RepositoryInfo 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.RepositoryInfo Modifier and Type Method Description Structure<SvnRepositoryAccess.RepositoryInfo>
SvnOldRepositoryAccess. createRepositoryFor(SvnTarget target, SVNRevision revision, SVNRevision pegRevision, java.io.File baseDirectory)
-