public class MavenExternalRuntime extends AbstractMavenRuntime
| Constructor and Description |
|---|
MavenExternalRuntime(String location) |
MavenExternalRuntime(String name,
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.
|
String |
getLocation() |
String |
getMainTypeName() |
String |
getVersion() |
boolean |
isAvailable() |
boolean |
isEditable() |
String |
toString() |
collectExtensions, equals, getExtensions, getName, getSettings, hashCode, isLegacy, isSupportedVersion, setExtensionspublic MavenExternalRuntime(String location)
public boolean isEditable()
isEditable in interface MavenRuntimeisEditable in class AbstractMavenRuntimepublic boolean isAvailable()
isAvailable in interface MavenRuntimeisAvailable in class AbstractMavenRuntimepublic String getLocation()
getLocation in interface MavenRuntimegetLocation in class AbstractMavenRuntimepublic String getMainTypeName()
public void createLauncherConfiguration(IMavenLauncherConfiguration collector, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
MavenRuntimecreateLauncherConfiguration in interface MavenRuntimecreateLauncherConfiguration in class AbstractMavenRuntimeorg.eclipse.core.runtime.CoreExceptionpublic String getVersion()
getVersion in interface MavenRuntimegetVersion in class AbstractMavenRuntimeCopyright © 2005–2021 Eclipse Foundation. All rights reserved.