org.eclipse.xtext.generator
Class MergeableManifest

java.lang.Object
  extended by java.util.jar.Manifest
      extended by org.eclipse.xtext.util.MergeableManifest
          extended by org.eclipse.xtext.generator.MergeableManifest
All Implemented Interfaces:
java.lang.Cloneable

Deprecated. use MergeableManifest instead

@Deprecated
public class MergeableManifest
extends MergeableManifest

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
 class MergeableManifest.OrderAwareAttributes
          Deprecated.  
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.util.MergeableManifest
BUNDLE_ACTIVATION_POLICY, BUNDLE_ACTIVATOR, BUNDLE_CLASSPATH, BUNDLE_LOCALIZATION, BUNDLE_NAME, BUNDLE_REQUIRED_EXECUTION_ENV, BUNDLE_SYMBOLIC_NAME, BUNDLE_VENDOR, BUNDLE_VERSION, EXPORT_PACKAGE, IMPORT_PACKAGE, REQUIRE_BUNDLE
 
Constructor Summary
MergeableManifest(java.io.InputStream in)
          Deprecated.  
MergeableManifest(java.io.InputStream in, java.lang.String projectName)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.util.MergeableManifest
addExportedPackages, addImportedPackages, addRequiredBundles, getSplitEntry, isModified, mergeIntoCommaSeparatedList, splitQuoteAware, write
 
Methods inherited from class java.util.jar.Manifest
clear, clone, equals, getAttributes, getEntries, getMainAttributes, hashCode, read
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeableManifest

public MergeableManifest(java.io.InputStream in)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

MergeableManifest

public MergeableManifest(java.io.InputStream in,
                         java.lang.String projectName)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException