Uses of Class
org.jtheque.core.managers.update.InstallationResult

Packages that use InstallationResult
org.jtheque.core.managers.module Contains the manager responsible for the management of the different modules. 
org.jtheque.core.managers.update Contains the update manager. 
 

Uses of InstallationResult in org.jtheque.core.managers.module
 

Methods in org.jtheque.core.managers.module with parameters of type InstallationResult
 void ModuleConfiguration.add(InstallationResult result)
          Add the result of an installation to the module configuration.
 

Uses of InstallationResult in org.jtheque.core.managers.update
 

Methods in org.jtheque.core.managers.update that return InstallationResult
 InstallationResult UpdateManager.install(java.lang.String versionFileURL)
           
 InstallationResult IUpdateManager.install(java.lang.String versionFileURL)
          Install a module from a versions file.
 



Copyright © 2009 JTheque. All Rights Reserved.