org.apache.aries.application.management
Interface ResolveConstraint


public interface ResolveConstraint

An administrator may wish to change the content of an installed application. A ResolveConstraint records one of the desired elements of the newly re-resolved application.


Method Summary
 String getBundleName()
          The name of the newly required bundle
 VersionRange getVersionRange()
          The version range of the newly required bundle
 

Method Detail

getBundleName

String getBundleName()
The name of the newly required bundle

Returns:
Bundle name

getVersionRange

VersionRange getVersionRange()
The version range of the newly required bundle

Returns:
allowed range


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