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)

Method Summary
 java.lang.String getConfigurationFileLocation()
           
 java.lang.String getJavaHome()
           
 java.lang.String getMavenHome()
           
 java.lang.String getMavenLocalHome()
           
 java.lang.String getMavenLocalRepository()
           
 java.lang.String getMavenPluginsDir()
           
 java.lang.String getUserHome()
           
 

Method Detail

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.