Uses of Interface
com.myarch.reloader.LoadController

Uses of LoadController in com.myarch.reloader
 

Classes in com.myarch.reloader that implement LoadController
 class ClassCollectionController
          Allows for loading the classes listed with ClassCollectionController.
 class ExceptionCollectionController
          Allows for loading only the classes NOT listed with ExceptionCollectionController.
 class ReloadAllController
          Makes Reloader to re-load all classes passed to it.
 class ReloadMainController
          Makes Reloader to re-load only the main class.
 class ReloadPackageController
          Allows loading all classes in the packages listed with ReloadPackageController.
 

Methods in com.myarch.reloader with parameters of type LoadController
 void Reloader.setLoadController(LoadController ctl)
          Sets the controller object for Reloader.
 

Constructors in com.myarch.reloader with parameters of type LoadController
Reloader(LoadController ctl)
          Constructs a new Reloader for the specified controller.
Reloader(java.net.URL[] urls, LoadController ctl)
          Constructs a new Reloader for the specified URLs and controller.
 



Copyright © 2001 Alexander Ananiev & MyArch.com. All Rights Reserved.