org.apache.felix.framework.util.manifestparser
Class RequirementImpl

java.lang.Object
  extended by org.apache.felix.framework.util.manifestparser.RequirementImpl
All Implemented Interfaces:
Requirement

public class RequirementImpl
extends Object
implements Requirement


Constructor Summary
RequirementImpl(Module module, String namespace,  dirs,  attrs)
           
 
Method Summary
 Directive getDirective(String name)
           
  getDirectives()
           
 SimpleFilter getFilter()
           
 Module getModule()
           
 String getNamespace()
           
 boolean isOptional()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequirementImpl

public RequirementImpl(Module module,
                       String namespace,
                        dirs,
                        attrs)
Method Detail

getModule

public Module getModule()
Specified by:
getModule in interface Requirement

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface Requirement

getFilter

public SimpleFilter getFilter()
Specified by:
getFilter in interface Requirement

isOptional

public boolean isOptional()
Specified by:
isOptional in interface Requirement

getDirective

public Directive getDirective(String name)
Specified by:
getDirective in interface Requirement

getDirectives

public  getDirectives()
Specified by:
getDirectives in interface Requirement

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Apache Software Foundation. All Rights Reserved.