Instance metadata get/set/remove from Commandline

This commit is contained in:
Jindra Petřík
2016-07-24 11:27:04 +02:00
parent 9fe25381c8
commit 5bc200c208
12 changed files with 861 additions and 58 deletions
@@ -41,4 +41,6 @@ public interface Timelined extends BoundedTag {
public void addTag(Tag tag);
public void addTag(int index, Tag tag);
public void replaceTag(int index, Tag newTag);
}