Interface IManifestProvider


public interface IManifestProvider
A manifest provider creates manifest files. Clients may implement this interface.
Since:
2.0
See Also:
  • Method Details

    • create

      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

      Manifest createDefault(String manifestVersion)
      Creates a default manifest.
      Parameters:
      manifestVersion - a string denoting the manifest version
      Returns:
      the created manifest