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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdapter
(Class clazz) getID()
Return the ID for this 'identifiable' object.The properties associated with the owner ISharedObjectContainer
-
Constructor Details
-
SOContainerConfig
-
SOContainerConfig
-
-
Method Details
-
getProperties
Description copied from interface:ISharedObjectContainerConfig
The properties associated with the owner ISharedObjectContainer- Specified by:
getProperties
in interfaceISharedObjectContainerConfig
- Returns:
- Map the properties associated with owner ISharedObjectContainer
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
-
getID
Description copied from interface:IIdentifiable
Return the ID for this 'identifiable' object. The returned ID should be unique within its namespace. May returnnull
.- Specified by:
getID
in interfaceIIdentifiable
- Returns:
- the ID for this identifiable object. May return
null
.
-