org.apache.felix.utils.manifest
Class Clause

java.lang.Object
  extended by org.apache.felix.utils.manifest.Clause

public class Clause
extends Object


Constructor Summary
Clause(String name, Directive[] directives, Attribute[] attributes)
           
 
Method Summary
 String getAttribute(String name)
           
 Attribute[] getAttributes()
           
 String getDirective(String name)
           
 Directive[] getDirectives()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clause

public Clause(String name,
              Directive[] directives,
              Attribute[] attributes)
Method Detail

getName

public String getName()

getDirectives

public Directive[] getDirectives()

getAttributes

public Attribute[] getAttributes()

getDirective

public String getDirective(String name)

getAttribute

public String getAttribute(String name)

toString

public String toString()
Overrides:
toString in class Object


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