| Package | Description |
|---|---|
| cz.diribet.aqdef.model | |
| cz.diribet.aqdef.model.builder | |
| cz.diribet.aqdef.parser | |
| cz.diribet.aqdef.writer |
| Modifier and Type | Method and Description |
|---|---|
AqdefHierarchy |
AqdefHierarchy.normalize(AqdefObjectModel aqdefObjectModel)
Get the normalized hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
AqdefObjectModel |
AqdefObjectModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AqdefObjectModel |
AqdefParser.parse(File file,
String encoding) |
AqdefObjectModel |
AqdefParser.parse(InputStream inputStream,
String encoding) |
AqdefObjectModel |
AqdefParser.parse(Path file,
String encoding) |
AqdefObjectModel |
AqdefParser.parse(Reader reader) |
AqdefObjectModel |
AqdefParser.parse(String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
AqdefWriter.writeTo(AqdefObjectModel aqdefObjectModel,
Writer writer)
Creates AQDEF structure and writes it to a given
writer |
String |
AqdefWriter.writeToString(AqdefObjectModel aqdefObjectModel)
Creates AQDFQ structure and returns it as a String
|
Copyright © 2018. All rights reserved.