com.springsource.util.osgi.manifest.internal
Class BaseCompoundHeaderEntry

java.lang.Object
  extended by com.springsource.util.osgi.manifest.internal.BaseParameterised
      extended by com.springsource.util.osgi.manifest.internal.BaseCompoundHeaderEntry
All Implemented Interfaces:
Parameterised, Parseable
Direct Known Subclasses:
BaseImported, StandardDynamicallyImportedPackage, StandardExportedPackage, StandardRequiredBundle

abstract class BaseCompoundHeaderEntry
extends BaseParameterised


Field Summary
 
Fields inherited from class com.springsource.util.osgi.manifest.internal.BaseParameterised
name
 
Constructor Summary
BaseCompoundHeaderEntry(HeaderParser parser, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class com.springsource.util.osgi.manifest.internal.BaseParameterised
equals, getAttributes, getDirectives, hashCode, parse, resetFromParseString, toParseString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseCompoundHeaderEntry

BaseCompoundHeaderEntry(HeaderParser parser,
                        java.lang.String name)