Class RunEverythingPlugin.downloadData
- java.lang.Object
-
- com.biglybt.plugin.startstoprules.always.RunEverythingPlugin.downloadData
-
- Enclosing class:
- RunEverythingPlugin
private static class RunEverythingPlugin.downloadData extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
downloadData(Download _download)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Download
getDownload()
protected java.lang.String
getName()
protected int
getState()
protected boolean
ignore()
protected boolean
isComplete()
-
-
-
Field Detail
-
download
private Download download
-
-
Constructor Detail
-
downloadData
protected downloadData(Download _download)
-
-
Method Detail
-
getDownload
protected Download getDownload()
-
getState
protected int getState()
-
getName
protected java.lang.String getName()
-
isComplete
protected boolean isComplete()
-
ignore
protected boolean ignore()
-
-