|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelledResource
Model a bundle resource.
| Method Summary | |
|---|---|
ExportedBundle |
getExportedBundle()
Return the bundle that represents the resource object. |
Collection<? extends ExportedPackage> |
getExportedPackages()
Export-Package header modelled to be a collection of exported package objects. |
Collection<? extends ExportedService> |
getExportedServices()
Export-Service header modelled to be a collection of exported service objects. |
ImportedBundle |
getFragmentHost()
The fragment host. |
Collection<? extends ImportedPackage> |
getImportedPackages()
Import-Package header modelled to be a collection of the imported packages objects. |
Collection<? extends ImportedService> |
getImportedServices()
Import-Service header modelled to be a collection of imported service objects. |
String |
getLocation()
Returns a String which can be turned into a URL to the bundle binary |
Collection<? extends ImportedBundle> |
getRequiredBundles()
The required bundles modelled as a collection of ImportedBundle objects. |
String |
getSymbolicName()
The resource's symbolic name |
ResourceType |
getType()
The resource type, mainly BUNDLE or other special bundle. |
String |
getVersion()
The resource version |
boolean |
isFragment()
Whether the resource is fragment. |
| Methods inherited from interface org.apache.aries.application.modelling.DeploymentMFElement |
|---|
toDeploymentString |
| Method Detail |
|---|
String getSymbolicName()
String getVersion()
String getLocation()
Collection<? extends ImportedPackage> getImportedPackages()
Collection<? extends ImportedService> getImportedServices()
Collection<? extends ExportedPackage> getExportedPackages()
Collection<? extends ExportedService> getExportedServices()
ExportedBundle getExportedBundle()
ResourceType getType()
Collection<? extends ImportedBundle> getRequiredBundles()
boolean isFragment()
ImportedBundle getFragmentHost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||