com.springsource.bundlor.internal.support
Class ToolStampManifestModifier

java.lang.Object
  extended by com.springsource.bundlor.internal.support.ToolStampManifestModifier
All Implemented Interfaces:
ManifestModifier

public class ToolStampManifestModifier
extends java.lang.Object
implements ManifestModifier

Stamps the manifest with the name of the tool and it's version

Concurrent Semantics
Threadsafe

Author:
Ben Hale

Field Summary
private static java.lang.String HEADER
           
private static java.lang.String VALUE_FORMAT
           
 
Constructor Summary
ToolStampManifestModifier()
           
 
Method Summary
 void modify(com.springsource.util.parser.manifest.ManifestContents manifest)
          Modify the JAR manifest before it is used to create the bundle manifest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER

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

VALUE_FORMAT

private static final java.lang.String VALUE_FORMAT
See Also:
Constant Field Values
Constructor Detail

ToolStampManifestModifier

public ToolStampManifestModifier()
Method Detail

modify

public void modify(com.springsource.util.parser.manifest.ManifestContents manifest)
Modify the JAR manifest before it is used to create the bundle manifest

Specified by:
modify in interface ManifestModifier