open class BundleInstall : BundleTask
<init> |
BundleInstall() |
refreshPackages |
Controls if bundle dependent packages should be refreshed within installation. val refreshPackages: Property<Boolean!>! |
retry |
Repeat install when failed (brute-forcing). var retry: Retry |
start |
Controls if bundle after installation should be immediatelly started. val start: Property<Boolean!>! |
startLevel |
OSGi start level at which installed bundle will be started. val startLevel: Property<Int!>! |
install |
open fun install(): Unit |
NAME |
const val NAME: String |