Uses of Class
com.caucho.env.repository.RepositoryTagMap

Packages that use RepositoryTagMap
com.caucho.env.repository   
 

Uses of RepositoryTagMap in com.caucho.env.repository
 

Methods in com.caucho.env.repository that return RepositoryTagMap
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
 

Methods in com.caucho.env.repository with parameters of type RepositoryTagMap
 int RepositoryTagMap.compareTo(RepositoryTagMap oldTagMap)
           
protected  boolean AbstractRepository.setTagMap(RepositoryTagMap tagMap)
           
 

Constructors in com.caucho.env.repository with parameters of type RepositoryTagMap
RepositoryTagMap(AbstractRepository repository, RepositoryTagMap parent, java.util.Map<java.lang.String,RepositoryTagEntry> tagMap)