| |
|
| java.lang.Object edu.rice.cs.util.jar.ManifestWriter
ManifestWriter | public class ManifestWriter (Code) | | Writes manifest objects. Useful for creating Manifest files without writing them to files.
|
ManifestWriter | public ManifestWriter()(Code) | | Create a new manifest file
|
addClassPath | public void addClassPath(String path)(Code) | | Add a class path to the Manifest
Parameters: path - the path to be added |
getInputStream | protected InputStream getInputStream()(Code) | | Get an input stream to the contents of the manifest file
an InputStream whose contents are the contents of the Manifest file |
getManifest | public Manifest getManifest()(Code) | | Get the Manifest object that this object created.
the Manifest that this builder created |
setMainClass | public void setMainClass(String mainClass)(Code) | | Set the main class of the Manifest
Parameters: mainClass - |
|
|
|