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 ExtensionPoint
ConfigurationSchemaElement. getDeclaringExtensionPoint()
Gets the declaring extension point, if this is an element of an extension point configuration (the schema).ExtensionPoint
Extension. getExtensionPoint()
Gets the extension point which is extended by this extension.ExtensionPoint
Module. getExtensionPoint(String extensionPointId)
Gets the extension point for the given extension point identifier.ExtensionPoint[]
Module. getExtensionPoints()
-