Modifier and Type | Class and Description |
---|---|
class |
DefaultWorkspaceRuntime |
class |
MavenEmbeddedRuntime
Embedded Maven runtime
|
class |
MavenExternalRuntime
Maven external runtime using ClassWorlds launcher
|
class |
MavenWorkspaceRuntime
Maven 3.x runtime loaded from the Eclipse Workspace
|
Modifier and Type | Method and Description |
---|---|
private AbstractMavenRuntime |
MavenRuntimeManagerImpl.createRuntime(java.lang.String name,
org.osgi.service.prefs.Preferences preferences) |
private AbstractMavenRuntime |
MavenRuntimeManagerImpl.getDefaultRuntime() |
AbstractMavenRuntime |
MavenRuntimeManagerImpl.getRuntime(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractMavenRuntime> |
MavenRuntimeManagerImpl.getMavenRuntimes() |
java.util.List<AbstractMavenRuntime> |
MavenRuntimeManagerImpl.getMavenRuntimes(boolean available) |
java.util.Map<java.lang.String,AbstractMavenRuntime> |
MavenRuntimeManagerImpl.getRuntimes() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
MavenRuntimeManagerImpl.getRuntimeType(AbstractMavenRuntime runtime) |
void |
MavenRuntimeManagerImpl.setDefaultRuntime(AbstractMavenRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
void |
MavenRuntimeManagerImpl.setRuntimes(java.util.List<AbstractMavenRuntime> runtimes) |
Modifier and Type | Field and Description |
---|---|
private AbstractMavenRuntime |
MavenInstallationWizardPage.original |
private AbstractMavenRuntime |
MavenInstallationWizard.result |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<AbstractMavenRuntime> |
MavenInstallationsPreferencePage.runtimes |
Modifier and Type | Method and Description |
---|---|
private AbstractMavenRuntime |
MavenInstallationsPreferencePage.getDefaultRuntime() |
AbstractMavenRuntime |
MavenInstallationWizardPage.getResult() |
AbstractMavenRuntime |
MavenInstallationWizard.getResult() |
protected AbstractMavenRuntime |
MavenInstallationsPreferencePage.getSelectedMavenRuntime() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.String> |
MavenInstallationsPreferencePage.getForbiddenNames(AbstractMavenRuntime runtime) |
protected void |
MavenInstallationsPreferencePage.setCheckedRuntime(AbstractMavenRuntime runtime) |
Constructor and Description |
---|
MavenInstallationWizard(AbstractMavenRuntime original,
java.util.Set<java.lang.String> names) |
MavenInstallationWizardPage(AbstractMavenRuntime original,
java.util.Set<java.lang.String> usedNames) |
Modifier and Type | Field and Description |
---|---|
private AbstractMavenRuntime |
MavenRuntimeLaunchSupport.runtime |
Modifier and Type | Method and Description |
---|---|
static AbstractMavenRuntime |
MavenLaunchUtils.getMavenRuntime(org.eclipse.debug.core.ILaunchConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
MavenLaunchUtils.getCliResolver(AbstractMavenRuntime runtime) |
Constructor and Description |
---|
MavenRuntimeLaunchSupport(AbstractMavenRuntime runtime,
MavenLauncherConfigurationHandler cwconf,
java.io.File cwconfFile,
boolean resolveWorkspaceArtifacts) |
Modifier and Type | Method and Description |
---|---|
AbstractMavenRuntime |
MavenRuntimeSelector.getSelectedRuntime() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
MavenRuntimeSelector.getType(AbstractMavenRuntime runtime) |
void |
MavenRuntimeSelector.setSelectRuntime(AbstractMavenRuntime runtime) |