public interface ExternalProjectSystemRegistry
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXTERNAL_SYSTEM_ID_KEY |
static java.lang.String |
IS_MAVEN_MODULE_KEY |
static java.lang.String |
MAVEN_EXTERNAL_SOURCE_ID
These fields are temporary added to API until we have proper extension points for different external systems.
|
Modifier and Type | Method and Description |
---|---|
ProjectModelExternalSource |
getExternalSource(Module module) |
static ExternalProjectSystemRegistry |
getInstance() |
ProjectModelExternalSource |
getSourceById(java.lang.String id) |
static final java.lang.String MAVEN_EXTERNAL_SOURCE_ID
static final java.lang.String EXTERNAL_SYSTEM_ID_KEY
static final java.lang.String IS_MAVEN_MODULE_KEY
static ExternalProjectSystemRegistry getInstance()
ProjectModelExternalSource getSourceById(java.lang.String id)
ProjectModelExternalSource getExternalSource(Module module)