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