|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.engine.packager.content.DarContents
public abstract class DarContents
All ancestors should be able to hold some content and implement a method which writes this content into a dar file.
| Constructor Summary | |
|---|---|
DarContents()
|
|
| Method Summary | |
|---|---|
void |
attachManifest(de.schlichtherle.truezip.file.TFile dar,
ManifestWriter manifestWriter)
|
abstract void |
fillIn(de.schlichtherle.truezip.file.TFile file)
|
abstract java.lang.String |
getPackageName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DarContents()
| Method Detail |
|---|
public abstract void fillIn(de.schlichtherle.truezip.file.TFile file)
throws java.io.IOException
java.io.IOExceptionpublic abstract java.lang.String getPackageName()
public void attachManifest(de.schlichtherle.truezip.file.TFile dar,
ManifestWriter manifestWriter)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||