public class RepositoryTagEntry
extends java.lang.Object
| Constructor and Description | 
|---|
RepositoryTagEntry(AbstractRepository repository,
                  java.lang.String sha1)
Create a new entry, storing the serialized form in the repository. 
 | 
RepositoryTagEntry(AbstractRepository repository,
                  java.lang.String tagName,
                  java.lang.String treeHash,
                  java.lang.String parent,
                  java.util.Map<java.lang.String,java.lang.String> attributeMap)
Create a new entry, storing the serialized form in the repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,java.lang.String> | 
getAttributeMap()  | 
java.lang.String | 
getName()
Returns the tag's name 
 | 
java.lang.String | 
getRoot()
Returns the hash of the entry's root 
 | 
java.lang.String | 
getTagEntryHash()
Returns the hash of the entry itself 
 | 
java.lang.String | 
toString()  | 
public RepositoryTagEntry(AbstractRepository repository, java.lang.String tagName, java.lang.String treeHash, java.lang.String parent, java.util.Map<java.lang.String,java.lang.String> attributeMap) throws java.io.IOException
java.io.IOExceptionpublic RepositoryTagEntry(AbstractRepository repository, java.lang.String sha1) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getName()
public java.lang.String getRoot()
public java.lang.String getTagEntryHash()
public java.util.Map<java.lang.String,java.lang.String> getAttributeMap()
public java.lang.String toString()
toString in class java.lang.Object