public abstract class ArtifactProperties<S> extends java.lang.Object implements PersistentStateComponent<S>
Constructor and Description |
---|
ArtifactProperties() |
Modifier and Type | Method and Description |
---|---|
abstract ArtifactPropertiesEditor |
createEditor(ArtifactEditorContext context) |
void |
onBuildFinished(Artifact artifact,
CompileContext compileContext) |
void |
onBuildStarted(Artifact artifact,
CompileContext compileContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getState, initializeComponent, loadState, noStateLoaded
public void onBuildStarted(Artifact artifact, CompileContext compileContext)
public void onBuildFinished(Artifact artifact, CompileContext compileContext)
public abstract ArtifactPropertiesEditor createEditor(ArtifactEditorContext context)