All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.Manifest

java.lang.Object
   |
   +----sun.beanbox.Manifest

public class Manifest
extends Object

Constructor Index

 o Manifest()
 o Manifest(byte[])
 o Manifest(InputStream)
Parse a manifest from a stream
 o Manifest(String[])

Method Index

 o addEntry(MessageHeader)
 o addFile(File)
 o addFiles(File, String[])
 o entries()
 o entryAt(int)
 o getEntry(String)
 o isManifestName(String)
 o stream(OutputStream, Vector)

Constructors

 o Manifest
 public Manifest()
 o Manifest
 public Manifest(byte bytes[]) throws IOException
 o Manifest
 public Manifest(InputStream is) throws IOException
Parse a manifest from a stream

 o Manifest
 public Manifest(String files[]) throws IOException

Methods

 o addEntry
 public void addEntry(MessageHeader entry)
 o getEntry
 public MessageHeader getEntry(String name)
 o entryAt
 public MessageHeader entryAt(int i)
 o entries
 public Enumeration entries()
 o addFiles
 public void addFiles(File dir,
                      String files[]) throws IOException
 o addFile
 public void addFile(File f) throws IOException
 o stream
 public void stream(OutputStream os,
                    Vector extraFiles) throws IOException
 o isManifestName
 public static boolean isManifestName(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index