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