org.eclipse.higgins.idas.registry.contextid
Class ConfigurationContextId

java.lang.Object
  extended byorg.eclipse.higgins.idas.registry.contextid.ConfigurationContextId
All Implemented Interfaces:
org.eclipse.higgins.idas.api.IContextId

public class ConfigurationContextId
extends Object
implements org.eclipse.higgins.idas.api.IContextId


Constructor Summary
ConfigurationContextId(Map configuration)
           
 
Method Summary
 boolean equals(Object object)
           
 Map getConfiguration()
           
 String[] getTypes()
           
 URI[] getUris()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationContextId

public ConfigurationContextId(Map configuration)
Method Detail

getTypes

public String[] getTypes()
Specified by:
getTypes in interface org.eclipse.higgins.idas.api.IContextId

getUris

public URI[] getUris()
Specified by:
getUris in interface org.eclipse.higgins.idas.api.IContextId

getConfiguration

public Map getConfiguration()
Specified by:
getConfiguration in interface org.eclipse.higgins.idas.api.IContextId

toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object object)