org.mevenide.environment
Interface ILocationFinder

All Known Implementing Classes:
AbstractLocationFinder, CustomLocationFinder, LocationFinderAggregator

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()
          directory with the expanded plugin cache, basically value of maven.plugin.unpacked.dir property
 java.lang.String getPluginJarsDir()
          the directory containing maven plugin jars, denoted by maven.plugin.dir propertu
 java.lang.String getUserHome()
           
 java.lang.String getUserPluginsDir()
          directory with user's custom plugins, denoted by maven.plugin.user.dir property
 

Method Detail

getMavenHome

public java.lang.String getMavenHome()

getJavaHome

public java.lang.String getJavaHome()

getMavenLocalHome

public java.lang.String getMavenLocalHome()

getMavenLocalRepository

public java.lang.String getMavenLocalRepository()

getMavenPluginsDir

public java.lang.String getMavenPluginsDir()
directory with the expanded plugin cache, basically value of maven.plugin.unpacked.dir property


getUserPluginsDir

public java.lang.String getUserPluginsDir()
directory with user's custom plugins, denoted by maven.plugin.user.dir property


getPluginJarsDir

public java.lang.String getPluginJarsDir()
the directory containing maven plugin jars, denoted by maven.plugin.dir propertu


getConfigurationFileLocation

public java.lang.String getConfigurationFileLocation()

getUserHome

public java.lang.String getUserHome()


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