Package org.bonitasoft.engine.service
Interface InstallationService
-
- All Known Implementing Classes:
InstallationServiceImpl
public interface InstallationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstall(byte[] binaries, byte[] configuration)Install binaries archive content If a configuration archive is provided, it also update the configuration
-
-
-
Method Detail
-
install
void install(byte[] binaries, byte[] configuration) throws InstallationFailedExceptionInstall binaries archive content If a configuration archive is provided, it also update the configuration- Throws:
InstallationFailedException
-
-