com.springsource.util.osgi.manifest.parse
Class HeaderParserFactory

java.lang.Object
  extended by com.springsource.util.osgi.manifest.parse.HeaderParserFactory

public final class HeaderParserFactory
extends java.lang.Object

Factory for creating HeaderParser instances

. Concurrent Semantics
Threadsafe.

Since:
1.0
Author:
Rob Harrop, Andy Clement

Constructor Summary
HeaderParserFactory()
           
 
Method Summary
static HeaderParser newHeaderParser(ParserLogger logger)
          Creates a new HeaderParser that logs to the supplied ParserLogger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderParserFactory

public HeaderParserFactory()
Method Detail

newHeaderParser

public static HeaderParser newHeaderParser(ParserLogger logger)
Creates a new HeaderParser that logs to the supplied ParserLogger.

Parameters:
logger - the ParserLogger to log to.
Returns:
the new HeaderParser.