Package org.eclipse.jdt.ui.jarpackager
Interface IManifestProvider
public interface IManifestProvider
A manifest provider creates manifest files.
Clients may implement this interface.
- Since:
- 2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(JarPackageData jarPackage) Creates a manifest as defined by theJarPackage
.createDefault
(String manifestVersion) Creates a default manifest.
-
Method Details
-
create
Creates a manifest as defined by theJarPackage
.- Parameters:
jarPackage
- the JAR package specification- Returns:
- the created manifest
- Throws:
org.eclipse.core.runtime.CoreException
- if access to any resource described by the JAR package has failed
-
createDefault
Creates a default manifest.- Parameters:
manifestVersion
- a string denoting the manifest version- Returns:
- the created manifest
-