java.util.jar
Class Manifest
java.lang.Object
java.util.jar.Manifest
- All Implemented Interfaces:
- Cloneable
public class Manifest
- extends Object
- implements Cloneable
Manifest
public Manifest()
Manifest
public Manifest(InputStream var0)
throws IOException
- Throws:
IOException
Manifest
public Manifest(Manifest var0)
clear
public void clear()
getAttributes
public Attributes getAttributes(String var0)
getEntries
public Map getEntries()
getMainAttributes
public Attributes getMainAttributes()
clone
public Object clone()
- Overrides:
clone
in class Object
write
public void write(OutputStream var0)
throws IOException
- Throws:
IOException
read
public void read(InputStream var0)
throws IOException
- Throws:
IOException
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object var0)
- Overrides:
equals
in class Object
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.