public class DmdlSourceFile extends Object implements DmdlSourceRepository
DmdlSourceRepository.Cursor
Constructor and Description |
---|
DmdlSourceFile(List<File> sourceFiles,
Charset encoding)
Creates and returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
DmdlSourceRepository.Cursor |
createCursor()
Creates and returns a new cursor which can traverse in this repository.
|
public DmdlSourceFile(List<File> sourceFiles, Charset encoding)
sourceFiles
- the target source filesencoding
- the charset of each source fileIllegalArgumentException
- if some parameters were null
public DmdlSourceRepository.Cursor createCursor() throws IOException
DmdlSourceRepository
createCursor
in interface DmdlSourceRepository
IOException
- if failed to create a cursorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.