@Exported public interface DependencyInstaller
Dependency into the current project. Resolves available dependencies.| Modifier and Type | Method and Description |
|---|---|
Dependency |
install(Project project,
Dependency dependency)
Install the given
Dependency. |
Dependency |
installManaged(Project project,
Dependency dependency)
Install a managed
Dependency matching the given Dependency. |
boolean |
isInstalled(Project project,
Dependency dependency)
Returns
true if the given Dependency. |
Dependency install(Project project, Dependency dependency)
Dependency. This method overwrites existing dependencies, and updates existing managed
dependencies.Dependency installManaged(Project project, Dependency dependency)
Dependency matching the given Dependency. This method overwrites existing
managed dependencies.boolean isInstalled(Project project, Dependency dependency)
true if the given Dependency. If a version is supplied in the query, it must match
the installed version; otherwise, version is ignored.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.