public class DataStructureModelFactory extends Object
| Constructor and Description |
|---|
DataStructureModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DataStructureDataAppendModel |
parseAppend(String location,
String content)
Creates a data model from the raw content.
|
static DataStructureDataDeleteModel |
parseDelete(String location,
String content)
Creates a data model from the raw content.
|
static DataStructureDataReplaceModel |
parseReplace(String location,
String content)
Creates a data model from the raw content.
|
static DataStructureSchemaModel |
parseSchema(String location,
String content)
Creates a schema model from the raw content.
|
static DataStructureTableModel |
parseTable(byte[] bytes)
Creates a table model from the raw content.
|
static DataStructureTableModel |
parseTable(String content)
Creates a table model from the raw content.
|
static DataStructureDataUpdateModel |
parseUpdate(String location,
String content)
Creates a data model from the raw content.
|
static DataStructureViewModel |
parseView(byte[] bytes)
Creates a view model from the raw content.
|
static DataStructureViewModel |
parseView(String content)
Creates a view model from the raw content.
|
public static DataStructureTableModel parseTable(String content)
content - the table definitionpublic static DataStructureTableModel parseTable(byte[] bytes)
bytes - the table definitionpublic static DataStructureViewModel parseView(String content)
content - the view definitionpublic static DataStructureViewModel parseView(byte[] bytes)
bytes - the view definitionpublic static DataStructureDataReplaceModel parseReplace(String location, String content)
content - the data definitionpublic static DataStructureDataAppendModel parseAppend(String location, String content)
content - the data definitionpublic static DataStructureDataDeleteModel parseDelete(String location, String content)
content - the data definitionpublic static DataStructureDataUpdateModel parseUpdate(String location, String content)
content - the data definitionpublic static DataStructureSchemaModel parseSchema(String location, String content)
content - the schema definitionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.