Uses of Interface
com.bc.ceres.core.runtime.ExtensionPoint
-
Packages that use ExtensionPoint Package Description com.bc.ceres.core.runtime Provides the module runtime framework. -
-
Uses of ExtensionPoint in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return ExtensionPoint Modifier and Type Method Description ExtensionPointConfigurationSchemaElement. getDeclaringExtensionPoint()Gets the declaring extension point, if this is an element of an extension point configuration (the schema).ExtensionPointExtension. getExtensionPoint()Gets the extension point which is extended by this extension.ExtensionPointModule. getExtensionPoint(String extensionPointId)Gets the extension point for the given extension point identifier.ExtensionPoint[]Module. getExtensionPoints()
-