org.mevenide.environment
Class LocationFinderAggregator
java.lang.Object
org.mevenide.environment.LocationFinderAggregator
- All Implemented Interfaces:
- ILocationFinder
public class LocationFinderAggregator
- extends java.lang.Object
- implements ILocationFinder
- Version:
- $Id: LocationFinderAggregator.java,v 1.1 15 nov. 2003 Exp gdodinet
- Author:
- Gilles Dodinet (gdodinet@wanadoo.fr)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationFinderAggregator
public LocationFinderAggregator(IQueryContext queryContext)
- default constructor for the aggregator
- Parameters:
queryContext - the project's query context.
getConfigurationFileLocation
public java.lang.String getConfigurationFileLocation()
- Specified by:
getConfigurationFileLocation in interface ILocationFinder
getJavaHome
public java.lang.String getJavaHome()
- Specified by:
getJavaHome in interface ILocationFinder
getMavenHome
public java.lang.String getMavenHome()
- Specified by:
getMavenHome in interface ILocationFinder
getMavenLocalHome
public java.lang.String getMavenLocalHome()
- Specified by:
getMavenLocalHome in interface ILocationFinder
getMavenLocalRepository
public java.lang.String getMavenLocalRepository()
- Specified by:
getMavenLocalRepository in interface ILocationFinder
getMavenPluginsDir
public java.lang.String getMavenPluginsDir()
- Specified by:
getMavenPluginsDir in interface ILocationFinder
getUserHome
public java.lang.String getUserHome()
- Specified by:
getUserHome in interface ILocationFinder
setCustomLocationFinder
public void setCustomLocationFinder(CustomLocationFinder customLocationFinder)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.