public abstract class ProjectExtension
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ProjectExtension> |
EP_NAME |
Constructor and Description |
---|
ProjectExtension() |
Modifier and Type | Method and Description |
---|---|
void |
projectSdkChanged(Sdk sdk) |
abstract void |
readExternal(Element element) |
abstract void |
writeExternal(Element element) |
public static final ExtensionPointName<ProjectExtension> EP_NAME
public void projectSdkChanged(Sdk sdk)
public abstract void readExternal(Element element)
public abstract void writeExternal(Element element)