|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VersionedStorage
This interface defines the API of a versioned data storage system. It is modeled after the CVS command set, but can be easily implemented using other version control system or plain file system.
| Method Summary | |
|---|---|
Object |
checkout(String path,
String ver)
Checkout an archive file from the storage. |
boolean |
remove(String path,
String ver)
Remove an achive file from the storage. |
| Methods inherited from interface inetsoft.sree.store.DataStorage |
|---|
add, checkout, commit, init, list, log, remove, rename, update |
| Method Detail |
|---|
boolean remove(String path,
String ver)
throws IOException
path - the specified archive file path.ver - the specified version.
IOException
Object checkout(String path,
String ver)
throws IOException
path - the specified archive file path.ver - the specified version.
IOException
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||