org.apache.aries.application.modelling
Interface ImportedBundle

All Superinterfaces:
Consumer

public interface ImportedBundle
extends Consumer

Model a required bundle.


Method Summary
 String getSymbolicName()
          The imported bundle symbolic name
 String getVersionRange()
          The version range that the imported bundle's version fall into.
 
Methods inherited from interface org.apache.aries.application.modelling.Consumer
getAttributeFilter, getType, isMultiple, isOptional, isSatisfied
 

Method Detail

getSymbolicName

String getSymbolicName()
The imported bundle symbolic name

Returns:
the symbolic name

getVersionRange

String getVersionRange()
The version range that the imported bundle's version fall into.

Returns:
The version range as a string.


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