org.apache.felix.bundlerepository
Class R4Import

java.lang.Object
  extended by org.apache.felix.bundlerepository.R4Package
      extended by org.apache.felix.bundlerepository.R4Import

public class R4Import
extends R4Package


Field Summary
 
Fields inherited from class org.apache.felix.bundlerepository.R4Package
m_attrs, m_directives, m_version
 
Constructor Summary
R4Import(R4Package pkg)
           
R4Import(java.lang.String name, R4Directive[] directives, R4Attribute[] attrs)
           
 
Method Summary
 org.osgi.framework.Version getVersionHigh()
           
 boolean isHighInclusive()
           
 boolean isLowInclusive()
           
 boolean isOptional()
           
 boolean isSatisfied(R4Export export)
           
 
Methods inherited from class org.apache.felix.bundlerepository.R4Package
getAttributes, getDirectives, getName, getVersion, parseImportOrExportHeader, parsePackageStrings, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

R4Import

public R4Import(R4Package pkg)

R4Import

public R4Import(java.lang.String name,
                R4Directive[] directives,
                R4Attribute[] attrs)
Method Detail

getVersionHigh

public org.osgi.framework.Version getVersionHigh()

isLowInclusive

public boolean isLowInclusive()

isHighInclusive

public boolean isHighInclusive()

isOptional

public boolean isOptional()

isSatisfied

public boolean isSatisfied(R4Export export)