Interface PluginManagerMXBean.PluginData

Enclosing interface:
PluginManagerMXBean

public static interface PluginManagerMXBean.PluginData
  • Method Details

    • getKey

      String getKey()
    • getVersion

      String getVersion()
    • getLocation

      String getLocation()
    • getDateLoaded

      Long getDateLoaded()
    • getDateInstalled

      Long getDateInstalled()
    • isEnabled

      boolean isEnabled()
    • isEnabledByDefault

      boolean isEnabledByDefault()
    • isBundledPlugin

      boolean isBundledPlugin()