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

Packages that use RepositoryTagEntry
com.caucho.env.repository   
com.caucho.server.deploy   
 

Uses of RepositoryTagEntry in com.caucho.env.repository
 

Methods in com.caucho.env.repository that return types with arguments of type RepositoryTagEntry
 java.util.Map<java.lang.String,RepositoryTagEntry> AbstractRepository.getTagMap()
          Returns the tag map.
 java.util.Map<java.lang.String,RepositoryTagEntry> Repository.getTagMap()
          Returns the current read-only tag map.
 java.util.Map<java.lang.String,RepositoryTagEntry> RepositorySpi.getTagMap()
          Returns the current read-only tag map.
 java.util.Map<java.lang.String,RepositoryTagEntry> RepositoryTagMap.getTagMap()
          Returns the deployment's tag map.
 

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

Uses of RepositoryTagEntry in com.caucho.server.deploy
 

Methods in com.caucho.server.deploy that return types with arguments of type RepositoryTagEntry
 java.util.Map<java.lang.String,RepositoryTagEntry> DeployClient.getTagMap()