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 UpdatableComponentImplUpdateCheckerImpl.componentprivate UpdatableComponentImplUpdateImpl.componentprivate UpdatableComponentImpl[]UpdateCheckInstanceImpl.componentsFields in com.biglybt.pifimpl.local.update with type parameters of type UpdatableComponentImplModifier and TypeFieldDescriptionprivate List<UpdatableComponentImpl> UpdateManagerImpl.componentsMethods in com.biglybt.pifimpl.local.update that return UpdatableComponentImplMethods in com.biglybt.pifimpl.local.update with parameters of type UpdatableComponentImplModifier and TypeMethodDescriptionprotected UpdateImplUpdateCheckInstanceImpl.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 UpdatableComponentImplModifierConstructorDescriptionprotectedUpdateCheckerImpl(UpdateCheckInstanceImpl _check_instance, UpdatableComponentImpl _component, AESemaphore _sem) protectedUpdateCheckInstanceImpl(UpdateManager _manager, int _check_type, String _name, UpdatableComponentImpl[] _components) protectedUpdateImpl(UpdateCheckInstanceImpl _instance, UpdatableComponentImpl _component, String _name, String[] _desc, String _old_version, String _new_version, ResourceDownloader[] _downloaders, boolean _mandatory, int _restart_required)