org.apache.felix.utils.manifest
Class Directive

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

public class Directive
extends Object


Constructor Summary
Directive(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directive

public Directive(String name,
                 String value)
Method Detail

getName

public String getName()

getValue

public String getValue()


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