|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.jdbc.VersionRepository
public class VersionRepository
Constructor Summary | |
---|---|
VersionRepository(javax.sql.DataSource dataSource)
|
Method Summary | |
---|---|
void |
createSnapshot(java.lang.String path)
|
Resource |
get(VersionedPath versionedPath)
|
java.lang.String[] |
getVersions(java.lang.String resourcePath)
|
void |
restoreVersion(java.lang.String versionPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionRepository(javax.sql.DataSource dataSource)
Method Detail |
---|
public void createSnapshot(java.lang.String path) throws RegistryException
RegistryException
public java.lang.String[] getVersions(java.lang.String resourcePath) throws RegistryException
RegistryException
public Resource get(VersionedPath versionedPath) throws RegistryException
RegistryException
public void restoreVersion(java.lang.String versionPath) throws RegistryException
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |