public interface GraphExecutorFactory
| Modifier and Type | Method and Description |
|---|---|
GraphExecutor |
createGraphExecutor(InputStream transformationGraphPath) |
GraphExecutor |
createGraphExecutor(String transformationGraphPath) |
void |
dispose() |
void |
init() |
void init()
GraphExecutor createGraphExecutor(String transformationGraphPath) throws DataMapperCreationException
DataMapperCreationExceptionGraphExecutor createGraphExecutor(InputStream transformationGraphPath) throws DataMapperCreationException
DataMapperCreationExceptionvoid dispose()
Copyright © 2022. All rights reserved.