public abstract class ResourceInSpecificFolderContribution extends Object implements BusinessArchiveContribution
| Constructor and Description |
|---|
ResourceInSpecificFolderContribution() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getFolderName() |
boolean |
isMandatory() |
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, waitgetNamepublic ResourceInSpecificFolderContribution()
public boolean readFromBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException, InvalidBusinessArchiveFormatException
BusinessArchiveContributionreadFromBarFolder in interface BusinessArchiveContributionIOExceptionInvalidBusinessArchiveFormatExceptionprotected abstract String getFolderName()
public void saveToBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException
BusinessArchiveContributionsaveToBarFolder in interface BusinessArchiveContributionIOExceptionpublic boolean isMandatory()
isMandatory in interface BusinessArchiveContributionCopyright © 2013 BonitaSoft. All Rights Reserved.