org.mevenide.environment
Class CustomLocationFinder
java.lang.Object
org.mevenide.environment.CustomLocationFinder
- All Implemented Interfaces:
- ILocationFinder
public class CustomLocationFinder
- extends java.lang.Object
- implements ILocationFinder
- Version:
- $Id: CustomLocationFinder.java,v 1.1 14 déc. 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 |
CustomLocationFinder
public CustomLocationFinder()
getConfigurationFileLocation
public java.lang.String getConfigurationFileLocation()
- Specified by:
getConfigurationFileLocation in interface ILocationFinder
getJavaHome
public java.lang.String getJavaHome()
- Specified by:
getJavaHome in interface ILocationFinder
setJavaHome
public void setJavaHome(java.lang.String javaHome)
getMavenHome
public java.lang.String getMavenHome()
- Specified by:
getMavenHome in interface ILocationFinder
setMavenHome
public void setMavenHome(java.lang.String mavenHome)
getMavenLocalHome
public java.lang.String getMavenLocalHome()
- Specified by:
getMavenLocalHome in interface ILocationFinder
setMavenLocalHome
public void setMavenLocalHome(java.lang.String mavenLocalHome)
getMavenLocalRepository
public java.lang.String getMavenLocalRepository()
- Specified by:
getMavenLocalRepository in interface ILocationFinder
setMavenLocalRepository
public void setMavenLocalRepository(java.lang.String mavenLocalRepository)
getMavenPluginsDir
public java.lang.String getMavenPluginsDir()
- Specified by:
getMavenPluginsDir in interface ILocationFinder
setMavenPluginsDir
public void setMavenPluginsDir(java.lang.String mavenPluginsDir)
getUserHome
public java.lang.String getUserHome()
- Specified by:
getUserHome in interface ILocationFinder
setUserHome
public void setUserHome(java.lang.String userHome)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.