Eclipse JDT
Release 3.0

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

Method Summary
 Manifest create(JarPackageData jarPackage)
          Creates a manifest as defined by the JarPackage.
 Manifest createDefault(String manifestVersion)
          Creates a default manifest.
 

Method Detail

create

public Manifest create(JarPackageData jarPackage)
                throws org.eclipse.core.runtime.CoreException
Creates a manifest as defined by the JarPackage.

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

public Manifest createDefault(String manifestVersion)
Creates a default manifest.

Parameters:
manifestVersion - a string denoting the manifest version
Returns:
the created manifest

Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.