com.springsource.bundlor.support.manifestwriter
Class FileSystemManifestWriter

java.lang.Object
  extended by com.springsource.bundlor.support.manifestwriter.FileSystemManifestWriter
All Implemented Interfaces:
ManifestWriter

final class FileSystemManifestWriter
extends java.lang.Object
implements ManifestWriter


Field Summary
private static java.lang.String MANIFEST_PATH
           
private  java.io.File manifestFile
           
 
Constructor Summary
FileSystemManifestWriter(java.io.File root)
           
 
Method Summary
 void close()
           
 void write(com.springsource.util.parser.manifest.ManifestContents manifest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANIFEST_PATH

private static final java.lang.String MANIFEST_PATH
See Also:
Constant Field Values

manifestFile

private final java.io.File manifestFile
Constructor Detail

FileSystemManifestWriter

public FileSystemManifestWriter(java.io.File root)
Method Detail

write

public void write(com.springsource.util.parser.manifest.ManifestContents manifest)
Specified by:
write in interface ManifestWriter

close

public void close()
Specified by:
close in interface ManifestWriter