Package tilda
Class Docs.MasterConfig
- java.lang.Object
- 
- tilda.Docs.MasterConfig
 
- 
- Enclosing class:
- Docs
 
 public static class Docs.MasterConfig extends java.lang.ObjectGSon-based definition for the Master Index definitionfor the command lineDocsutility.{ "title": "Sample Database Master Index" ,"description":[ "This database includes tables that represent ODS and datamart capabilities of the main database." ] ,"groups":[ { "name":"Group 1 ODS" ,"schemas":["Schema1", "Schema2"] ,"description":[ "The Main 2 schemas, and automatically, their dependencies," ,"for the first group" ] } ,{ "name":"Group 2 Datamarts" ,"schemas":["DMPatients", "DMFinancials", "DMClinicals"] ,"description":[ "The tilda-based datamart schemas and their related \"*Realized\" tables." ,"Blah blah blah" ] } ] }- See Also:
- Docs,- Docs.main(String[])
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDocs.MasterConfig.Group
 - 
Field SummaryFields Modifier and Type Field Description java.lang.String[]_Descriptionsjava.util.List<Docs.MasterConfig.Group>_Groupsjava.lang.String_Title
 - 
Constructor SummaryConstructors Constructor Description MasterConfig()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Docs.MasterConfigload(java.lang.String fileResourceName)static Docs.MasterConfigload(java.lang.String[] Schemas)protected booleanvalidate()
 
- 
- 
- 
Field Detail- 
_Title@SerializedName("title") public java.lang.String _Title
 - 
_Descriptions@SerializedName("description") public java.lang.String[] _Descriptions
 - 
_Groups@SerializedName("groups") public java.util.List<Docs.MasterConfig.Group> _Groups
 
- 
 - 
Method Detail- 
loadpublic static Docs.MasterConfig load(java.lang.String fileResourceName) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
loadpublic static Docs.MasterConfig load(java.lang.String[] Schemas) 
 - 
validateprotected boolean validate() 
 
- 
 
-