|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.getDefaultGoalsGrabber()
Deprecated. use the ILocationFinder based accessors. |
static IGoalsGrabber |
GoalsGrabbersManager.getDefaultGoalsGrabber(org.mevenide.environment.ILocationFinder finder)
|
static IGoalsGrabber |
GoalsGrabbersManager.getGoalsGrabber(org.mevenide.context.IQueryContext context,
org.mevenide.environment.ILocationFinder finder)
|
static IGoalsGrabber |
GoalsGrabbersManager.getGoalsGrabber(java.lang.String projectDescriptorPath)
Deprecated. use the ILocationFinder based accessors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||