mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-152069 - During development IntelliJ IDEA should support development with WAS Liberty from workspace - Update and (Re)Deploy actions
(cherry picked from commit 539f8ed)
This commit is contained in:
+2
@@ -29,4 +29,6 @@ public interface ArtifactDeploymentSource extends DeploymentSource {
|
||||
|
||||
@Nullable
|
||||
Artifact getArtifact();
|
||||
|
||||
boolean isBuildNeeded();
|
||||
}
|
||||
|
||||
+5
@@ -33,6 +33,11 @@ public class ArtifactDeploymentSourceImpl implements ArtifactDeploymentSource {
|
||||
return myPointer.getArtifact();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBuildNeeded() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public File getFile() {
|
||||
final String path = getFilePath();
|
||||
|
||||
Reference in New Issue
Block a user