public interface BusinessArchiveContribution
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
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
|
boolean readFromBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException, InvalidBusinessArchiveFormatException
businessArchive - barFolder - IOExceptionInvalidBusinessArchiveFormatExceptionvoid saveToBarFolder(BusinessArchive businessArchive, File barFolder) throws IOException
businessArchive - barFolder - IOExceptionboolean isMandatory()
String getName()
Copyright © 2013 BonitaSoft. All Rights Reserved.