org.mevenide.environment
Interface ILocationFinder
- All Known Implementing Classes:
- AbstractLocationFinder, CustomLocationFinder, LocationFinderAggregator, SysEnvLocationFinder
public interface ILocationFinder
Finder for important maven locations.
- Version:
- $Id: ILocationFinder.java,v 1.1 15 nov. 2003 Exp gdodinet
- Author:
- Gilles Dodinet (gdodinet@wanadoo.fr)
getMavenHome
java.lang.String getMavenHome()
getJavaHome
java.lang.String getJavaHome()
getMavenLocalHome
java.lang.String getMavenLocalHome()
getMavenLocalRepository
java.lang.String getMavenLocalRepository()
getMavenPluginsDir
java.lang.String getMavenPluginsDir()
getConfigurationFileLocation
java.lang.String getConfigurationFileLocation()
getUserHome
java.lang.String getUserHome()
Copyright © 2003-2005 The Codehaus. All Rights Reserved.