@FunctionalInterface public interface DmdlSourceRepository
Modifier and Type | Interface and Description |
---|---|
static interface |
DmdlSourceRepository.Cursor
Cursors in repository.
|
Modifier and Type | Method and Description |
---|---|
DmdlSourceRepository.Cursor |
createCursor()
Creates and returns a new cursor which can traverse in this repository.
|
DmdlSourceRepository.Cursor createCursor() throws IOException
IOException
- if failed to create a cursorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.