Uses of Interface
org.mevenide.goals.grabber.IGoalsGrabber

Packages that use IGoalsGrabber
org.mevenide.goals.grabber   
org.mevenide.goals.manager   
 

Uses of IGoalsGrabber in org.mevenide.goals.grabber
 

Classes in org.mevenide.goals.grabber that implement IGoalsGrabber
 class AbstractGoalsGrabber
           
 class DefaultGoalsGrabber
          read goals from ${maven.home}/plugins/goals.cache file
 class GoalsGrabbersAggregator
           
 class ProjectGoalsGrabber
          read custom goals declared in maven.xml
 

Methods in org.mevenide.goals.grabber with parameters of type IGoalsGrabber
 void GoalsGrabbersAggregator.addGoalsGrabber(IGoalsGrabber goalsGrabber)
           
 void GoalsGrabbersAggregator.removeGoalsGrabber(IGoalsGrabber goalsGrabber)
           
 

Uses of IGoalsGrabber in org.mevenide.goals.manager
 

Methods in org.mevenide.goals.manager that return IGoalsGrabber
static IGoalsGrabber GoalsGrabbersManager.getGoalsGrabber(java.lang.String projectDescriptorPath)
          Deprecated. use the ILocationFinder based accessors.
static IGoalsGrabber GoalsGrabbersManager.getDefaultGoalsGrabber()
          Deprecated. use the ILocationFinder based accessors.
static IGoalsGrabber GoalsGrabbersManager.getGoalsGrabber(org.mevenide.context.IQueryContext context, org.mevenide.environment.ILocationFinder finder)
           
static IGoalsGrabber GoalsGrabbersManager.getDefaultGoalsGrabber(org.mevenide.environment.ILocationFinder finder)
           
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.