Package com.exedio.cope
Class Revision
java.lang.Object
com.exedio.cope.Revision
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
The statements listed here are guaranteed to be executed subsequently in the order specified by the list by one singleconnection
.int
int
Deprecated.int
Deprecated.UsegetNumber()
insteadstatic Properties
parse
(byte[] info) Deprecated.UseRevisionInfo.parse(byte[])
insteadtoString()
-
Constructor Details
-
Revision
- Parameters:
body
- SeegetBody()
for further information.
-
-
Method Details
-
getNumber
public int getNumber() -
getComment
-
getBody
The statements listed here are guaranteed to be executed subsequently in the order specified by the list by one singleconnection
. So you may use connection states within a revision.For each revision a new
connection
is created. That connection is not used for any other purpose afterwards so you don't have to cleanup connection state at the end of each revision. This is for minimizing effects between revisions. -
toString
-
parse
Deprecated.UseRevisionInfo.parse(byte[])
instead -
getVersion
Deprecated.UsegetNumber()
instead -
getRevision
Deprecated.UsegetNumber()
instead
-
getNumber()
instead