Uses of Interface
org.jtheque.core.managers.update.actions.UpdateAction

Packages that use UpdateAction
org.jtheque.core.managers.update.actions Interfaces of the view. 
org.jtheque.core.managers.update.versions Contains the update manager. 
 

Uses of UpdateAction in org.jtheque.core.managers.update.actions
 

Classes in org.jtheque.core.managers.update.actions that implement UpdateAction
 class AbstractUpdateAction
           
 class DeleteAction
          An update action that delete a file.
 class DownloadAction
          An update action that download a file.
 class MoveAction
          An update action that move a file.
 

Uses of UpdateAction in org.jtheque.core.managers.update.versions
 

Methods in org.jtheque.core.managers.update.versions that return types with arguments of type UpdateAction
 java.util.Collection<UpdateAction> OnlineVersion.getActions()
          Return the actions to be executed when updating to this version.
 

Method parameters in org.jtheque.core.managers.update.versions with type arguments of type UpdateAction
 void OnlineVersion.setActions(java.util.Collection<UpdateAction> actions)
          Set the actions to be executed when updating to this version.
 



Copyright © 2009 JTheque. All Rights Reserved.