|
exedio cope | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.exedio.cope.Revision
public final class Revision
| Constructor Summary | |
|---|---|
Revision(int number,
String comment,
String... body)
|
|
| Method Summary | |
|---|---|
List<String> |
getBody()
|
String |
getComment()
|
int |
getNumber()
|
int |
getRevision()
Deprecated. Use getNumber() instead |
int |
getVersion()
Deprecated. Use getNumber() instead |
static Properties |
parse(byte[] info)
Deprecated. Use RevisionInfo.parse(byte[]) instead |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Revision(int number,
String comment,
String... body)
| Method Detail |
|---|
public int getNumber()
public String getComment()
public List<String> getBody()
public String toString()
toString in class Object@Deprecated public static final Properties parse(byte[] info)
RevisionInfo.parse(byte[]) instead
@Deprecated public int getVersion()
getNumber() instead
@Deprecated public int getRevision()
getNumber() instead
|
Cope with Object Persistence |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||