Added schema constant refs #17423

This commit is contained in:
Luca Frosini 2019-09-02 17:42:08 +02:00
parent bcf9df01f4
commit cf2dd22606
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ public interface Profile<C,D> {
String PROFILES = "profiles";
public static final String SCHEMA = "SCHEMA";
public String list();
public C create(String name, String xml);