Class SOContainerConfig

    • Constructor Detail

      • SOContainerConfig

        public SOContainerConfig​(ID id,
                                 Map props)
      • SOContainerConfig

        public SOContainerConfig​(ID id)
    • Method Detail

      • getAdapter

        public Object getAdapter​(Class clazz)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable
      • getID

        public ID getID()
        Description copied from interface: IIdentifiable
        Return the ID for this 'identifiable' object. The returned ID should be unique within its namespace. May return null.
        Specified by:
        getID in interface IIdentifiable
        Returns:
        the ID for this identifiable object. May return null.