public class MavenExternalRuntime extends Object implements MavenRuntime
| Constructor and Description |
|---|
MavenExternalRuntime(String location) |
| Modifier and Type | Method and Description |
|---|---|
void |
createLauncherConfiguration(IMavenLauncherConfiguration collector,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reads m2.conf file and notifies configuration collector of the logical content of plexus configuration.
|
boolean |
equals(Object o) |
String |
getLocation() |
String |
getMainTypeName() |
String |
getSettings() |
String |
getVersion() |
int |
hashCode() |
boolean |
isAvailable() |
boolean |
isEditable() |
String |
toString() |
public MavenExternalRuntime(String location)
public boolean isEditable()
isEditable in interface MavenRuntimepublic boolean isAvailable()
isAvailable in interface MavenRuntimepublic String getLocation()
getLocation in interface MavenRuntimepublic String getSettings()
getSettings in interface MavenRuntimepublic String getMainTypeName()
public void createLauncherConfiguration(IMavenLauncherConfiguration collector, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
MavenRuntimecreateLauncherConfiguration in interface MavenRuntimeorg.eclipse.core.runtime.CoreExceptionpublic String getVersion()
getVersion in interface MavenRuntimeCopyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.