com.springsource.bundlor.internal.support
Class StandardReadablePartialManifestFactory

java.lang.Object
  extended by com.springsource.bundlor.internal.support.StandardReadablePartialManifestFactory
All Implemented Interfaces:
ReadablePartialManifestFactory

public class StandardReadablePartialManifestFactory
extends java.lang.Object
implements ReadablePartialManifestFactory

An implementation that returns a @{link StandardReadablePartialManifest}.

Concurrent Semantics
Threadsafe

Author:
Ben Hale

Constructor Summary
StandardReadablePartialManifestFactory()
           
 
Method Summary
 ReadablePartialManifest createReadablePartialManifest()
          Create a new readable partial manifest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardReadablePartialManifestFactory

public StandardReadablePartialManifestFactory()
Method Detail

createReadablePartialManifest

public ReadablePartialManifest createReadablePartialManifest()
Description copied from interface: ReadablePartialManifestFactory
Create a new readable partial manifest

Specified by:
createReadablePartialManifest in interface ReadablePartialManifestFactory
Returns:
a new readable partial manifest