org.apache.felix.bundlerepository
Class R4Export

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

public class R4Export
extends R4Package


Field Summary
 
Fields inherited from class org.apache.felix.bundlerepository.R4Package
m_attrs, m_directives, m_version
 
Constructor Summary
R4Export(R4Package pkg)
           
R4Export(String name, R4Directive[] directives, R4Attribute[] attrs)
           
 
Method Summary
 String[] getUses()
           
 boolean isIncluded(String name)
           
 
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

R4Export

public R4Export(R4Package pkg)

R4Export

public R4Export(String name,
                R4Directive[] directives,
                R4Attribute[] attrs)
Method Detail

getUses

public String[] getUses()

isIncluded

public boolean isIncluded(String name)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.