com.springsource.bundlor.internal
Interface TemplateHeaderReader

All Known Implementing Classes:
ExcludedImportAndExportPartialManifestModifier, IgnoredExistingHeadersManifestModifier, PartialManifestResolver, PlaceholderManifestTemplateModifier, VersionExpansionTransformer

public interface TemplateHeaderReader

An interface that allows Bundlor to determine which headers exist to support operation and should not exist at runtime. These headers will be removed from the final manifest.

Concurrent Semantics
Implementations should be threadsafe.

Author:
Ben Hale

Method Summary
 java.util.List<java.lang.String> getTemplateOnlyHeaderNames()
          Gets the list of header names required by this reader.
 

Method Detail

getTemplateOnlyHeaderNames

java.util.List<java.lang.String> getTemplateOnlyHeaderNames()
Gets the list of header names required by this reader.

Returns:
The list of header names.