public abstract class GenericFileContribution extends Object implements BusinessArchiveContribution
| Constructor and Description |
|---|
GenericFileContribution() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFileName() |
boolean |
readFromBarFolder(BusinessArchive businessArchive,
File barFolder)
Checks if something can be read from the file system
|
void |
saveToBarFolder(BusinessArchive businessArchive,
File barFolder)
Writes the content of the BusinessArchive to the file system
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, isMandatorypublic abstract String getFileName()
public boolean readFromBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException, InvalidBusinessArchiveFormatException
BusinessArchiveContributionreadFromBarFolder in interface BusinessArchiveContributionIOExceptionInvalidBusinessArchiveFormatExceptionpublic void saveToBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException
BusinessArchiveContributionsaveToBarFolder in interface BusinessArchiveContributionIOExceptionCopyright © 2013 BonitaSoft. All Rights Reserved.