Forge - Shell API 1.2.0.Final

org.jboss.forge.project.dependencies.events
Class AddedDependencies

java.lang.Object
  extended by org.jboss.forge.project.dependencies.events.AddedDependencies

@QueuedEvent
public final class AddedDependencies
extends Object

Fired when dependencies are added to the current Project

Author:
Lincoln Baxter, III

Constructor Summary
AddedDependencies(Project project, Dependency... dependencies)
           
AddedDependencies(Project project, List<Dependency> dependencies)
           
 
Method Summary
 List<Dependency> getDependencies()
          Return a list of all added Dependency objects
 Project getProject()
          Get the Project from which this event was fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddedDependencies

public AddedDependencies(Project project,
                         Dependency... dependencies)

AddedDependencies

public AddedDependencies(Project project,
                         List<Dependency> dependencies)
Method Detail

getDependencies

public List<Dependency> getDependencies()
Return a list of all added Dependency objects


getProject

public Project getProject()
Get the Project from which this event was fired.


Forge - Shell API 1.2.0.Final

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