Forge - Projects Impl 2.0.0.Alpha3

org.jboss.forge.projects.impl
Class DependencyInstallerImpl

java.lang.Object
  extended by org.jboss.forge.projects.impl.DependencyInstallerImpl
All Implemented Interfaces:
DependencyInstaller

public class DependencyInstallerImpl
extends Object
implements DependencyInstaller

Author:
Lincoln Baxter, III

Constructor Summary
DependencyInstallerImpl()
           
 
Method Summary
 Dependency install(Project project, Dependency dependency)
           
 Dependency installManaged(Project project, Dependency dependency)
           
 boolean isInstalled(Project project, Dependency dependency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyInstallerImpl

public DependencyInstallerImpl()
Method Detail

install

public Dependency install(Project project,
                          Dependency dependency)
Specified by:
install in interface DependencyInstaller

installManaged

public Dependency installManaged(Project project,
                                 Dependency dependency)
Specified by:
installManaged in interface DependencyInstaller

isInstalled

public boolean isInstalled(Project project,
                           Dependency dependency)
Specified by:
isInstalled in interface DependencyInstaller

Forge - Projects Impl 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.