Package org.eclipse.xtext.util
Class MergeableManifest.OrderAwareAttributes
- java.lang.Object
-
- java.util.jar.Attributes
-
- org.eclipse.xtext.util.MergeableManifest.OrderAwareAttributes
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.Object,java.lang.Object>
- Enclosing class:
- MergeableManifest
public class MergeableManifest.OrderAwareAttributes extends java.util.jar.Attributes
-
-
Constructor Summary
Constructors Constructor Description OrderAwareAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmyWrite(java.io.DataOutputStream out)voidmyWriteMain(java.io.DataOutputStream out)java.lang.Objectput(java.lang.Object name, java.lang.Object value)-
Methods inherited from class java.util.jar.Attributes
clear, clone, containsKey, containsValue, entrySet, equals, get, getValue, getValue, hashCode, isEmpty, keySet, putAll, putValue, remove, size, values
-
-
-
-
Method Detail
-
put
public java.lang.Object put(java.lang.Object name, java.lang.Object value)- Specified by:
putin interfacejava.util.Map<java.lang.Object,java.lang.Object>- Overrides:
putin classjava.util.jar.Attributes
-
myWriteMain
public void myWriteMain(java.io.DataOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
myWrite
public void myWrite(java.io.DataOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
-