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:
-
Manifest
create
Manifest create(
JarPackageData jarPackage)
throws
CoreException
- Creates a manifest as defined by the
JarPackage
.
-
-
Parameters:
-
jarPackage
- the JAR package specification
-
Returns:
- the created manifest
-
Throws:
-
CoreException
- if access to any resource described by the JAR package has failed
createDefault
Manifest createDefault(
String manifestVersion)
- Creates a default manifest.
-
-
Parameters:
-
manifestVersion
- a string denoting the manifest version
-
Returns:
- the created manifest
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.