Package org.duracloud.manifest.impl
Class ManifestFormatterFactory
- java.lang.Object
-
- org.duracloud.manifest.impl.ManifestFormatterFactory
-
public class ManifestFormatterFactory extends Object
Creates instances of ManifestFormatters based on ManifestFormat enum values.- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description ManifestFormatterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManifestFormattercreate(ManifestFormat format)
-
-
-
Method Detail
-
create
public ManifestFormatter create(ManifestFormat format)
-
-