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