|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.repository.RepositoryTagMap
@Module public class RepositoryTagMap
Map of the current tags.
Constructor Summary | |
---|---|
RepositoryTagMap()
|
|
RepositoryTagMap(AbstractRepository repository,
RepositoryTagMap parent,
java.util.Map<java.lang.String,RepositoryTagEntry> tagMap)
|
|
RepositoryTagMap(AbstractRepository repository,
java.lang.String commitHash,
boolean isValidate)
|
Method Summary | |
---|---|
int |
compareTo(RepositoryTagMap oldTagMap)
|
java.lang.String |
getCommitHash()
Returns the commit hash value of the tag map itself |
long |
getSequence()
Returns the sequence |
java.util.Map<java.lang.String,RepositoryTagEntry> |
getTagMap()
Returns the deployment's tag map. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryTagMap()
public RepositoryTagMap(AbstractRepository repository, java.lang.String commitHash, boolean isValidate) throws java.io.IOException
java.io.IOException
public RepositoryTagMap(AbstractRepository repository, RepositoryTagMap parent, java.util.Map<java.lang.String,RepositoryTagEntry> tagMap) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.lang.String getCommitHash()
public long getSequence()
public java.util.Map<java.lang.String,RepositoryTagEntry> getTagMap()
public int compareTo(RepositoryTagMap oldTagMap)
oldTagMap
-
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |