Uses of Class
org.apache.felix.bundlerepository.R4Directive

Packages that use R4Directive
org.apache.felix.bundlerepository   
 

Uses of R4Directive in org.apache.felix.bundlerepository
 

Fields in org.apache.felix.bundlerepository declared as R4Directive
protected  R4Directive[] R4Package.m_directives
           
 

Methods in org.apache.felix.bundlerepository that return R4Directive
 R4Directive[] R4Package.getDirectives()
           
 

Constructors in org.apache.felix.bundlerepository with parameters of type R4Directive
R4Export(java.lang.String name, R4Directive[] directives, R4Attribute[] attrs)
           
R4Import(java.lang.String name, R4Directive[] directives, R4Attribute[] attrs)
           
R4Package(java.lang.String name, R4Directive[] directives, R4Attribute[] attrs)