public final class LegacyDirectIo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LegacyDirectIo.Initializer
Initializes
LegacyDirectIo. |
| Modifier and Type | Field and Description |
|---|---|
static DirectIoApi |
API
The API of this implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ModelInput<T> |
open(Class<? extends DataFormat<T>> formatClass,
String basePath,
String resourcePattern)
Returns data model objects from Direct I/O data sources.
|
public static final DirectIoApi API
public static <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 sourceDirectIo.open(Class, String, String)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.