Fabio Sinibaldi 2017-12-13 14:04:34 +00:00
parent c56a8acbb5
commit 78cf6a5806
1 changed files with 10 additions and 0 deletions

View File

@ -23,4 +23,14 @@ public class ThreddsInfo {
private String localBasePath;
private String instanceBaseUrl;
private ThreddsCatalog catalog;
private String adminUser;
private String adminPassword;
private int version;
private int minor;
private int build;
private int revision;
private String ghnId;
}