Package org.eclipse.ecf.provider.generic
Class SOContainerConfig
- java.lang.Object
- 
- org.eclipse.ecf.provider.generic.SOContainerConfig
 
- 
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable,- IIdentifiable,- ISharedObjectContainerConfig
 
 public class SOContainerConfig extends Object implements ISharedObjectContainerConfig 
- 
- 
Constructor SummaryConstructors Constructor Description SOContainerConfig(ID id)SOContainerConfig(ID id, Map props)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAdapter(Class clazz)IDgetID()Return the ID for this 'identifiable' object.MapgetProperties()The properties associated with the owner ISharedObjectContainer
 
- 
- 
- 
Method Detail- 
getPropertiespublic Map getProperties() Description copied from interface:ISharedObjectContainerConfigThe properties associated with the owner ISharedObjectContainer- Specified by:
- getPropertiesin interface- ISharedObjectContainerConfig
- Returns:
- Map the properties associated with owner ISharedObjectContainer
 
 - 
getAdapterpublic Object getAdapter(Class clazz) - Specified by:
- getAdapterin interface- org.eclipse.core.runtime.IAdaptable
 
 - 
getIDpublic ID getID() Description copied from interface:IIdentifiableReturn the ID for this 'identifiable' object. The returned ID should be unique within its namespace. May returnnull.- Specified by:
- getIDin interface- IIdentifiable
- Returns:
- the ID for this identifiable object.  May return null.
 
 
- 
 
-