com.springsource.bundlor.ant.internal.support
Class StandardManifestTemplateFactory

java.lang.Object
  extended by com.springsource.bundlor.ant.internal.support.StandardManifestTemplateFactory
All Implemented Interfaces:
ManifestTemplateFactory

public final class StandardManifestTemplateFactory
extends java.lang.Object
implements ManifestTemplateFactory


Field Summary
private static java.lang.String BUNDLE_SYMBOLIC_NAME
           
private static java.lang.String BUNDLE_VERSION
           
 
Constructor Summary
StandardManifestTemplateFactory()
           
 
Method Summary
 com.springsource.util.parser.manifest.ManifestContents create(java.lang.String manifestTemplatePath, java.lang.String manifestTemplate, java.lang.String bundleSymbolicName, java.lang.String bundleVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_SYMBOLIC_NAME

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

BUNDLE_VERSION

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

StandardManifestTemplateFactory

public StandardManifestTemplateFactory()
Method Detail

create

public com.springsource.util.parser.manifest.ManifestContents create(java.lang.String manifestTemplatePath,
                                                                     java.lang.String manifestTemplate,
                                                                     java.lang.String bundleSymbolicName,
                                                                     java.lang.String bundleVersion)
Specified by:
create in interface ManifestTemplateFactory