org.apache.felix.utils.manifest
Class Attribute

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

public class Attribute
extends Object


Constructor Summary
Attribute(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

Attribute

public Attribute(String name,
                 String value)
Method Detail

getName

public String getName()

getValue

public String getValue()


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