public class DependencyStatus extends Object
Constructor and Description |
---|
DependencyStatus(boolean installable,
List<PluginInfo> dependenciesToInstall) |
Modifier and Type | Method and Description |
---|---|
List<PluginInfo> |
getDependenciesToInstall() |
boolean |
isInstallable() |
public DependencyStatus(boolean installable, List<PluginInfo> dependenciesToInstall)
public boolean isInstallable()
public List<PluginInfo> getDependenciesToInstall()
Copyright © 2019. All rights reserved.