Uses of Class
org.jtheque.core.managers.patch.OnlinePatch

Packages that use OnlinePatch
org.jtheque.core.managers.patch Contains the patch manager. 
org.jtheque.core.managers.update.versions Contains the update manager. 
 

Uses of OnlinePatch in org.jtheque.core.managers.patch
 

Methods in org.jtheque.core.managers.patch with parameters of type OnlinePatch
 void PatchManager.registerOnlinePatch(OnlinePatch patch)
           
 void IPatchManager.registerOnlinePatch(OnlinePatch patch)
          Register an onlinepatch.
 

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

Methods in org.jtheque.core.managers.update.versions that return types with arguments of type OnlinePatch
 java.util.Collection<OnlinePatch> OnlineVersion.getPatchs()
          Return the patchs of the OnlineVersion.
 

Method parameters in org.jtheque.core.managers.update.versions with type arguments of type OnlinePatch
 void OnlineVersion.setPatchs(java.util.Collection<OnlinePatch> patchs)
          Set the versions of the OnlineVersion.
 



Copyright © 2009 JTheque. All Rights Reserved.