mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
artifact ui fixes
This commit is contained in:
@@ -28,5 +28,4 @@ public interface Artifact extends UserDataHolder {
|
||||
|
||||
ArtifactProperties<?> getProperties(@NotNull ArtifactPropertiesProvider propertiesProvider);
|
||||
|
||||
boolean isClearOutputDirectoryOnRebuild();
|
||||
}
|
||||
|
||||
@@ -19,6 +19,4 @@ public interface ModifiableArtifact extends Artifact {
|
||||
void setProperties(ArtifactPropertiesProvider provider, ArtifactProperties<?> properties);
|
||||
|
||||
void setArtifactType(@NotNull ArtifactType selected);
|
||||
|
||||
void setClearOutputDirectoryOnRebuild(boolean clearOutputDirectoryOnRebuild);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user