public interface IDataSourceTypeVisitor<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
visitDatabase() |
T |
visitFile() |
T |
visitMemory() |
T |
visitService() |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.