public class DefaultTypeDeclaration extends AbstractDeclaration implements TypeDeclaration
DECLARATION_BOUND_MESSAGEm_bundleContext| Constructor and Description |
|---|
DefaultTypeDeclaration(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.ipojo.metadata.Element componentMetadata) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.felix.ipojo.metadata.Element |
getComponentMetadata()
Get the component metadata description.
|
java.lang.String |
getComponentName()
Gets the component type's name.
|
java.lang.String |
getComponentVersion()
Gets the component type's version.
|
java.lang.String |
getExtension()
Gets the targeted iPOJO Extension (primitive, composite, handler...)
|
boolean |
isPublic()
Returns true if the type is public
|
bind, getMessage, getStatus, getThrowable, isBound, publish, retract, unbind, unbindgetBundleContext, getRegistration, getServiceProperties, isRegistered, registerService, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, getStatus, unbind, unbindpublic DefaultTypeDeclaration(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.ipojo.metadata.Element componentMetadata)
public java.lang.String getComponentName()
TypeDeclarationgetComponentName in interface TypeDeclarationpublic java.lang.String getComponentVersion()
TypeDeclarationgetComponentVersion in interface TypeDeclarationpublic java.lang.String getExtension()
TypeDeclarationgetExtension in interface TypeDeclarationpublic org.apache.felix.ipojo.metadata.Element getComponentMetadata()
TypeDeclarationgetComponentMetadata in interface TypeDeclarationpublic boolean isPublic()
TypeDeclarationisPublic in interface TypeDeclarationCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.