Eclipse JDT
2.1

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 CoreException
Creates a manifest as defined by the JarPackage.
Parameters:
jarPackage - the JAR package specification
Throws:
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

Eclipse JDT
2.1

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