|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tag
Tag interface for tagged repository revisions.
Method Summary | |
---|---|
String |
getComment()
Returns the comment of this tag. |
long |
getCreationTime()
Returns the time of creation of this tag. |
String |
getEditor()
Returns the editor string of this revision. |
long |
getId()
Returns the id of this tag. |
String |
getName()
Get the name of the tag. |
String |
getProperty(String name)
Returns value for a property. |
List<String> |
getPropertyNames()
Returns list of all property names. |
Revision |
getRevision()
Returns the tagged revision. |
void |
removeProperty(String name)
Remove a property |
void |
setProperty(String name,
String value)
Set value of a property. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
long getId()
String getName()
Revision getRevision()
String getComment()
String getEditor()
long getCreationTime()
List<String> getPropertyNames()
String getProperty(String name)
name
- The property key name
void setProperty(String name, String value)
name
- The property key namevalue
- The valuevoid removeProperty(String name)
name
- The property key name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |