public interface DirectIoApi
| Modifier and Type | Method and Description |
|---|---|
<T> ModelInput<T> |
open(Class<? extends DataFormat<T>> formatClass,
String basePath,
String resourcePattern)
Returns data model objects from Direct I/O data sources.
|
<T> ModelInput<T> open(Class<? extends DataFormat<T>> formatClass, String basePath, String resourcePattern) throws IOException
T - the data model object typeformatClass - the Direct I/O data format classbasePath - the base path (must not contain variables)resourcePattern - the resource pattern (must not contain variables)IOException - if failed to open data model objects on the data sourceCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.