com.springsource.bundlor.internal
Interface ReadablePartialManifestFactory

All Known Implementing Classes:
IncrementalReadablePartialManifestFactory, StandardReadablePartialManifestFactory

public interface ReadablePartialManifestFactory

An interface for creating readable partial manifests

Concurrent Semantics
Implementations should be threadsafe.

Author:
Ben Hale

Method Summary
 ReadablePartialManifest createReadablePartialManifest()
          Create a new readable partial manifest
 

Method Detail

createReadablePartialManifest

ReadablePartialManifest createReadablePartialManifest()
Create a new readable partial manifest

Returns:
a new readable partial manifest