Uses of Class
com.biglybt.pifimpl.local.update.UpdateCheckInstanceImpl
Packages that use UpdateCheckInstanceImpl
-
Uses of UpdateCheckInstanceImpl in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update declared as UpdateCheckInstanceImplModifier and TypeFieldDescriptionprivate static UpdateCheckInstanceImpl
UpdateCheckInstanceImpl.active_checker
private UpdateCheckInstanceImpl
UpdateCheckerImpl.check_instance
private UpdateCheckInstanceImpl
UpdateImpl.instance
Fields in com.biglybt.pifimpl.local.update with type parameters of type UpdateCheckInstanceImplModifier and TypeFieldDescriptionprivate List<UpdateCheckInstanceImpl>
UpdateManagerImpl.checkers
Methods in com.biglybt.pifimpl.local.update that return UpdateCheckInstanceImplModifier and TypeMethodDescriptionUpdateManagerImpl.createEmptyUpdateCheckInstance
(int type, String name) UpdateManagerImpl.createEmptyUpdateCheckInstance
(int type, String name, boolean low_noise) Constructors in com.biglybt.pifimpl.local.update with parameters of type UpdateCheckInstanceImplModifierConstructorDescriptionprotected
UpdateCheckerImpl
(UpdateCheckInstanceImpl _check_instance, UpdatableComponentImpl _component, AESemaphore _sem) protected
UpdateImpl
(UpdateCheckInstanceImpl _instance, UpdatableComponentImpl _component, String _name, String[] _desc, String _old_version, String _new_version, ResourceDownloader[] _downloaders, boolean _mandatory, int _restart_required)