@ApplicationScoped public class VersionServiceImpl extends Object implements VersionService
Constructor and Description |
---|
VersionServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Path |
getPathToPreviousVersion(String uri) |
List<VersionRecord> |
getVersions(Path path) |
Path |
restore(Path _path,
String comment) |
public List<VersionRecord> getVersions(Path path)
getVersions
in interface VersionService
public Path getPathToPreviousVersion(String uri)
getPathToPreviousVersion
in interface VersionService
public Path restore(Path _path, String comment)
restore
in interface VersionService
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.