org.mevenide.environment
Class AbstractLocationFinder

java.lang.Object
  extended byorg.mevenide.environment.AbstractLocationFinder
All Implemented Interfaces:
ILocationFinder
Direct Known Subclasses:
SysEnvLocationFinder

public abstract class AbstractLocationFinder
extends java.lang.Object
implements ILocationFinder

Version:
$Id: AbstractLocationFinder.java,v 1.1 15 nov. 2003 Exp gdodinet
Author:
Gilles Dodinet (gdodinet@wanadoo.fr)

Constructor Summary
AbstractLocationFinder()
           
 
Method Summary
 java.lang.String getConfigurationFileLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mevenide.environment.ILocationFinder
getJavaHome, getMavenHome, getMavenLocalHome, getMavenLocalRepository, getMavenPluginsDir, getPluginJarsDir, getUserHome, getUserPluginsDir
 

Constructor Detail

AbstractLocationFinder

public AbstractLocationFinder()
Method Detail

getConfigurationFileLocation

public java.lang.String getConfigurationFileLocation()
Specified by:
getConfigurationFileLocation in interface ILocationFinder


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