Package | Description |
---|---|
com.caucho.env.repository |
Modifier and Type | Method and Description |
---|---|
protected RepositoryTagMap |
AbstractRepository.addTagData(java.lang.String tagName,
java.lang.String contentHash,
java.util.Map<java.lang.String,java.lang.String> commitMetaData)
Creates a tag entry
|
protected RepositoryTagMap |
AbstractRepository.removeTagData(java.lang.String tagName,
java.util.Map<java.lang.String,java.lang.String> commitMetaData)
Removes a tag entry
|
Modifier and Type | Method and Description |
---|---|
int |
RepositoryTagMap.compareTo(RepositoryTagMap oldTagMap) |
protected boolean |
AbstractRepository.setTagMap(RepositoryTagMap tagMap) |
Constructor and Description |
---|
RepositoryTagMap(AbstractRepository repository,
RepositoryTagMap parent,
java.util.Map<java.lang.String,RepositoryTagEntry> tagMap) |