Package | Description |
---|---|
com.caucho.env.repository | |
com.caucho.server.deploy |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,RepositoryTagEntry> |
RepositoryTagMap.getTagMap()
Returns the deployment's 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> |
AbstractRepository.getTagMap()
Returns the tag map.
|
java.util.Map<java.lang.String,RepositoryTagEntry> |
Repository.getTagMap()
Returns the current read-only tag map.
|
Constructor and Description |
---|
RepositoryTagMap(AbstractRepository repository,
RepositoryTagMap parent,
java.util.Map<java.lang.String,RepositoryTagEntry> tagMap) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,RepositoryTagEntry> |
DeployClient.getTagMap() |