|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Revision
Method Summary | |
---|---|
String |
getComment()
Returns the comment of this revision. |
long |
getCommitOrCreationTime()
Returns the time of commit or the if the revision is not
commited yet. |
long |
getCreationTime()
Returns the time of creation of this revision |
String |
getEditor()
Returns the editor string of this revision in the format 'EDITOR_NAME [ID=123]' |
long |
getEditorId()
Returns the user id of the editor of this revision or -1 if the
id is missing in the editor string |
long |
getId()
Returns the revision id of this revision. |
RevisionMetaData |
getMetaData()
Returns the metadata of this revision. |
de.espirit.storage.Revision.State |
getState()
Returns the current state of this revision. |
List<Tag> |
getTags()
Return list of all tags for this revision. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
long getId()
String getComment()
project comment mode settings
Project.CommentMode
String getEditor()
long getEditorId()
-1
if the
id is missing in the editor string
-1
if no id was setRevision.getEditor()
@NotNull de.espirit.storage.Revision.State getState()
long getCreationTime()
Revision.getCommitOrCreationTime()
long getCommitOrCreationTime()
creation time
if the revision is not
commited yet.
Revision.getState()
,
Revision.getCreationTime()
RevisionMetaData getMetaData() throws IOException
IOException
List<Tag> getTags() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |