public interface IRepositoryVersioning
| Modifier and Type | Method and Description |
|---|---|
IResourceVersion |
getResourceVersion(String path,
int version)
Retrieve a particular version of a given resource.
|
List<IResourceVersion> |
getResourceVersions(String path)
Retrieve all the kept versions of a given resource.
|
List<IResourceVersion> getResourceVersions(String path) throws RepositoryVersioningException
path - the location of the IResourceIResourceVersion instancesRepositoryVersioningException - the repository versioning exceptionIResourceVersion getResourceVersion(String path, int version) throws RepositoryVersioningException
path - the location of the IResourceversion - the exact versionIResourceVersion instanceRepositoryVersioningException - the repository versioning exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.