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

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

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


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

Constructor Detail

GenericContextId

public GenericContextId(String[] types,
                        URI[] uris,
                        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