com.springsource.bundlor.support.manifestwriter
Class SystemOutManifestWriter

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

 class SystemOutManifestWriter
extends java.lang.Object
implements ManifestWriter


Constructor Summary
SystemOutManifestWriter()
           
 
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
 

Constructor Detail

SystemOutManifestWriter

SystemOutManifestWriter()
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