net.orpiske.ssps.sdm.managers
Class InstallationManager
java.lang.Object
net.orpiske.ssps.sdm.managers.InstallationManager
public class InstallationManager
- extends Object
Method Summary |
void |
install(net.orpiske.ssps.common.repository.PackageInfo packageInfo,
boolean reinstall)
|
void |
install(String groupId,
String packageName,
String version,
boolean reinstall)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallationManager
public InstallationManager()
throws net.orpiske.ssps.common.db.exceptions.DatabaseInitializationException
- Throws:
net.orpiske.ssps.common.db.exceptions.DatabaseInitializationException
install
public void install(net.orpiske.ssps.common.repository.PackageInfo packageInfo,
boolean reinstall)
throws net.orpiske.sdm.engine.exceptions.EngineException,
net.orpiske.sdm.registry.exceptions.RegistryException
- Throws:
net.orpiske.sdm.engine.exceptions.EngineException
net.orpiske.sdm.registry.exceptions.RegistryException
install
public void install(String groupId,
String packageName,
String version,
boolean reinstall)
throws PackageNotFound,
TooManyPackages,
net.orpiske.sdm.registry.exceptions.RegistryException,
MultipleInstalledPackages,
net.orpiske.sdm.engine.exceptions.EngineException
- Throws:
PackageNotFound
TooManyPackages
net.orpiske.sdm.registry.exceptions.RegistryException
MultipleInstalledPackages
net.orpiske.sdm.engine.exceptions.EngineException
Copyright © 2013. All Rights Reserved.