has

abstract fun has(id: String): Boolean

判断容器中是否应用指定id的插件.

Return

如果容器中存在指定id的插件返回true, 否则返回 false

Parameters

id

需要判断的插件id