Package com.yahoo.osgi.provider.model
Class ComponentModel
java.lang.Object
com.yahoo.osgi.provider.model.ComponentModel
- Direct Known Subclasses:
ChainedComponentModel
Describes how a component should be created.
Immutable
- Author:
- gjoranv
-
Field Summary
-
Constructor Summary
ConstructorDescriptionComponentModel
(BundleInstantiationSpecification bundleInstantiationSpec) ComponentModel
(BundleInstantiationSpecification bundleInstantiationSpec, String configId) ComponentModel
(String idSpec, String classSpec, String bundleSpec) ComponentModel
(String idSpec, String classSpec, String bundleSpec, String configId) -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.component.ComponentSpecification
com.yahoo.component.ComponentId
-
Field Details
-
bundleInstantiationSpec
-
configId
-
-
Constructor Details
-
ComponentModel
-
ComponentModel
-
ComponentModel
-
ComponentModel
-
-
Method Details
-
getComponentId
public com.yahoo.component.ComponentId getComponentId() -
getClassId
public com.yahoo.component.ComponentSpecification getClassId()
-