public final class MavenPlugin
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static MavenPlugin |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
MavenPlugin() |
Modifier and Type | Method and Description |
---|---|
static MavenPlugin |
getDefault()
Deprecated.
Use static getCOMPONENT methods instead
|
static IndexManager |
getIndexManager() |
static IMaven |
getMaven() |
static IMavenConfiguration |
getMavenConfiguration() |
static MavenModelManager |
getMavenModelManager() |
static IMavenProjectRegistry |
getMavenProjectRegistry() |
static MavenRuntimeManager |
getMavenRuntimeManager()
Deprecated.
as of version 1.5, m2e does not provide API to access or configure Maven Installations
|
static IProjectConfigurationManager |
getProjectConfigurationManager() |
static IProjectConversionManager |
getProjectConversionManager() |
static IRepositoryRegistry |
getRepositoryRegistry() |
private static final MavenPlugin INSTANCE
public static MavenPlugin getDefault()
public static IMaven getMaven()
public static IMavenProjectRegistry getMavenProjectRegistry()
public static IProjectConfigurationManager getProjectConfigurationManager()
public static IRepositoryRegistry getRepositoryRegistry()
public static IndexManager getIndexManager()
public static IMavenConfiguration getMavenConfiguration()
public static MavenRuntimeManager getMavenRuntimeManager()
public static MavenModelManager getMavenModelManager()
public static IProjectConversionManager getProjectConversionManager()