This commit is contained in:
Dmitry Avdeev
2014-12-10 15:53:28 +03:00
parent e1fb3939a5
commit fe0cc05e7f
@@ -51,6 +51,7 @@ public interface FileTemplate extends Cloneable {
@NotNull String[] getUnsetAttributes(@NotNull Properties properties) throws ParseException;
/** Name without extension */
@NotNull String getName();
void setName(@NotNull String name);