| Package | Description |
|---|---|
| net.morimekta.providence.reflect | |
| net.morimekta.providence.reflect.util |
| Modifier and Type | Method and Description |
|---|---|
CProgram |
TypeLoader.load(File file)
Load a thrift definition from file including all it's dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
CProgram |
ProgramConverter.convert(net.morimekta.providence.model.ProgramType document)
Convert document model to declared document.
|
CProgram |
ProgramRegistry.getDocument(String path)
Gets the document for a given file path.
|
CProgram |
ProgramRegistry.getDocumentForPackage(String packageContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProgramRegistry.putDocument(String path,
CProgram doc)
Puts the given document into the registry.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.