org.apache.aries.application.modelling
Interface ExportedPackage

All Superinterfaces:
DeploymentMFElement, Provider

public interface ExportedPackage
extends Provider, DeploymentMFElement

Model an exported package.


Method Summary
 ModelledResource getBundle()
          The resource that exports the package.
 String getPackageName()
          The package name
 String getVersion()
          The package version
 
Methods inherited from interface org.apache.aries.application.modelling.Provider
getAttributes, getType
 
Methods inherited from interface org.apache.aries.application.modelling.DeploymentMFElement
toDeploymentString
 

Method Detail

getPackageName

String getPackageName()
The package name

Returns:
The package name

getVersion

String getVersion()
The package version

Returns:
The package version

getBundle

ModelledResource getBundle()
The resource that exports the package.

Returns:
The resource that exports the package.


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.