public class DiskVersion extends Object implements Comparable<DiskVersion>
| Constructor and Description |
|---|
DiskVersion(File p) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DiskVersion o) |
int |
getApplyCount() |
List<File> |
getApplyFiles() |
List<SQLStatement> |
getApplyStatements() |
String |
getChecksum() |
Date |
getDate() |
File |
getPath() |
int |
getRollbackCount() |
List<File> |
getRollbackFiles() |
List<SQLStatement> |
getRollbackStatements() |
Version |
getVersion() |
void |
setApplyFiles(List<File> applyFiles) |
void |
setApplyStatements(List<SQLStatement> applyStatements) |
void |
setPath(File path) |
void |
setRollbackFiles(List<File> rollbackFiles) |
void |
setRollbackStatements(List<SQLStatement> rollbackStatements) |
void |
setVersion(Version version) |
String |
toString() |
public DiskVersion(File p) throws IOException
IOExceptionpublic int compareTo(DiskVersion o)
compareTo in interface Comparable<DiskVersion>public String getChecksum()
public Version getVersion()
public void setVersion(Version version)
public File getPath()
public void setPath(File path)
public List<SQLStatement> getApplyStatements()
public void setApplyStatements(List<SQLStatement> applyStatements)
public List<SQLStatement> getRollbackStatements()
public void setRollbackStatements(List<SQLStatement> rollbackStatements)
public int getApplyCount()
public int getRollbackCount()
public Date getDate()
Copyright © 2015. All rights reserved.