Uses of Class
com.biglybt.pifimpl.local.update.UpdatableComponentImpl
Packages that use UpdatableComponentImpl
-
Uses of UpdatableComponentImpl in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update declared as UpdatableComponentImplModifier and TypeFieldDescriptionprivate UpdatableComponentImpl
UpdateCheckerImpl.component
private UpdatableComponentImpl
UpdateImpl.component
private UpdatableComponentImpl[]
UpdateCheckInstanceImpl.components
Fields in com.biglybt.pifimpl.local.update with type parameters of type UpdatableComponentImplModifier and TypeFieldDescriptionprivate List
<UpdatableComponentImpl> UpdateManagerImpl.components
Methods in com.biglybt.pifimpl.local.update that return UpdatableComponentImplMethods in com.biglybt.pifimpl.local.update with parameters of type UpdatableComponentImplModifier and TypeMethodDescriptionprotected UpdateImpl
UpdateCheckInstanceImpl.addUpdate
(UpdatableComponentImpl comp, String update_name, String[] desc, String old_version, String new_version, ResourceDownloader[] downloaders, int restart_required) Constructors in com.biglybt.pifimpl.local.update with parameters of type UpdatableComponentImplModifierConstructorDescriptionprotected
UpdateCheckerImpl
(UpdateCheckInstanceImpl _check_instance, UpdatableComponentImpl _component, AESemaphore _sem) protected
UpdateCheckInstanceImpl
(UpdateManager _manager, int _check_type, String _name, UpdatableComponentImpl[] _components) protected
UpdateImpl
(UpdateCheckInstanceImpl _instance, UpdatableComponentImpl _component, String _name, String[] _desc, String _old_version, String _new_version, ResourceDownloader[] _downloaders, boolean _mandatory, int _restart_required)