mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
suggest an appropriate name for archive artifacts created from exploded
This commit is contained in:
@@ -22,7 +22,13 @@ import org.jetbrains.annotations.NotNull;
|
||||
* @author nik
|
||||
*/
|
||||
public abstract class ArtifactTemplate {
|
||||
|
||||
public abstract String getPresentableName();
|
||||
|
||||
public abstract CompositePackagingElement<?> createRootElement(@NotNull String artifactName);
|
||||
|
||||
@NotNull
|
||||
public String suggestArtifactName() {
|
||||
return "unnamed";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user