public class DependencyInstallerImpl extends Object implements DependencyInstaller
| Constructor and Description |
|---|
DependencyInstallerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
install(Project project,
Dependency dependency) |
Dependency |
installManaged(Project project,
Dependency dependency) |
boolean |
isInstalled(Project project,
Dependency dependency) |
public Dependency install(Project project, Dependency dependency)
install in interface DependencyInstallerpublic Dependency installManaged(Project project, Dependency dependency)
installManaged in interface DependencyInstallerpublic boolean isInstalled(Project project, Dependency dependency)
isInstalled in interface DependencyInstallerCopyright © 2013 JBoss by Red Hat. All Rights Reserved.