org.objectweb.dsrg.sofa.repository
Class RepositoryFacade.VersionMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.String>
          extended by org.objectweb.dsrg.sofa.repository.RepositoryFacade.VersionMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>
Enclosing class:
RepositoryFacade

public class RepositoryFacade.VersionMap
extends java.util.HashMap<java.lang.String,java.lang.String>

Maps element names to their current versions.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
RepositoryFacade.VersionMap()
           
 
Method Summary
 java.lang.String get(java.lang.Object o)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RepositoryFacade.VersionMap

public RepositoryFacade.VersionMap()
Method Detail

get

public java.lang.String get(java.lang.Object o)
Specified by:
get in interface java.util.Map<java.lang.String,java.lang.String>
Overrides:
get in class java.util.HashMap<java.lang.String,java.lang.String>