org.mevenide.goals.grabber
Class DefaultGoalsGrabber

java.lang.Object
  extended byorg.mevenide.goals.grabber.AbstractGoalsGrabber
      extended byorg.mevenide.goals.grabber.DefaultGoalsGrabber
All Implemented Interfaces:
IGoalsGrabber

public class DefaultGoalsGrabber
extends AbstractGoalsGrabber

read goals from ${maven.home}/plugins/goals.cache file

Version:
$Id: DefaultGoalsGrabber.java,v 1.11 2004/11/07 18:05:04 mkleint Exp $
Author:
Gilles Dodinet (gdodinet@wanadoo.fr)

Field Summary
 
Fields inherited from class org.mevenide.goals.grabber.AbstractGoalsGrabber
descriptions, plugins, prereqs
 
Fields inherited from interface org.mevenide.goals.grabber.IGoalsGrabber
ORIGIN_PLUGIN, ORIGIN_PROJECT
 
Constructor Summary
DefaultGoalsGrabber()
           
DefaultGoalsGrabber(org.mevenide.environment.ILocationFinder find)
           
 
Method Summary
 java.lang.String getName()
           
 void refresh()
           
 
Methods inherited from class org.mevenide.goals.grabber.AbstractGoalsGrabber
containsGoal, getDescription, getGoals, getOrigin, getPlugins, getPrereqs, registerGoal, registerGoalName, registerGoalProperties, toStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGoalsGrabber

public DefaultGoalsGrabber()
                    throws java.lang.Exception

DefaultGoalsGrabber

public DefaultGoalsGrabber(org.mevenide.environment.ILocationFinder find)
                    throws java.lang.Exception
Method Detail

getName

public java.lang.String getName()

refresh

public void refresh()
             throws java.lang.Exception
Specified by:
refresh in interface IGoalsGrabber
Overrides:
refresh in class AbstractGoalsGrabber
Throws:
java.lang.Exception


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