public abstract class DeploymentSourceType<S extends DeploymentSource>
extends java.lang.Object
The implementation should be registered in plugin.xml
file:
<extensions defaultExtensionNs="com.intellij"> <remoteServer.deploymentSource.type implementation="qualified-class-name"/> </extensions>
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<DeploymentSourceType<?>> |
EP_NAME |
Modifier | Constructor and Description |
---|---|
protected |
DeploymentSourceType(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
abstract S |
load(Element tag,
Project project) |
abstract void |
save(S s,
Element tag) |
void |
setBuildBeforeRunTask(RunConfiguration configuration,
S source) |
void |
updateBuildBeforeRunOption(javax.swing.JComponent runConfigurationEditorComponent,
Project project,
S source,
boolean select) |
public static final ExtensionPointName<DeploymentSourceType<?>> EP_NAME
public final java.lang.String getId()
public abstract void save(S s, Element tag)
public void setBuildBeforeRunTask(RunConfiguration configuration, S source)