|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.util.jar.ManifestWriter
public class ManifestWriter
Writes manifest objects. Useful for creating Manifest files without writing them to files.
Field Summary | |
---|---|
static Manifest |
DEFAULT
|
Constructor Summary | |
---|---|
ManifestWriter()
Create a new manifest file |
Method Summary | |
---|---|
void |
addClassPath(String path)
Add a class path to the Manifest |
protected InputStream |
getInputStream()
Get an input stream to the contents of the manifest file |
Manifest |
getManifest()
Get the Manifest object that this object created. |
void |
setMainClass(String mainClass)
Set the main class of the Manifest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Manifest DEFAULT
Constructor Detail |
---|
public ManifestWriter()
Method Detail |
---|
public void addClassPath(String path)
path
- the path to be addedpublic void setMainClass(String mainClass)
mainClass
- protected InputStream getInputStream()
public Manifest getManifest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |