org.apache.xbean.osgi.bundle.util
Class BundleDescription.HeaderEntry

java.lang.Object
  extended by org.apache.xbean.osgi.bundle.util.BundleDescription.HeaderEntry
Direct Known Subclasses:
BundleDescription.ExportPackage, BundleDescription.FragmentHost, BundleDescription.ImportPackage, BundleDescription.RequireBundle, BundleDescription.SymbolicName
Enclosing class:
BundleDescription

public static class BundleDescription.HeaderEntry
extends Object


Constructor Summary
BundleDescription.HeaderEntry(String name, Map<String,String> attributes, Map<String,String> directives)
           
 
Method Summary
 Map<String,String> getAttributes()
           
 Map<String,String> getDirectives()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundleDescription.HeaderEntry

public BundleDescription.HeaderEntry(String name,
                                     Map<String,String> attributes,
                                     Map<String,String> directives)
Method Detail

getName

public String getName()

getAttributes

public Map<String,String> getAttributes()

getDirectives

public Map<String,String> getDirectives()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012. All Rights Reserved.