public class DmdlSourceResource extends Object implements DmdlSourceRepository
DmdlSourceRepository.Cursor| Constructor and Description |
|---|
DmdlSourceResource(List<URL> 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 DmdlSourceResource(List<URL> sourceFiles, Charset encoding)
sourceFiles - the target source filesencoding - the charset of each source fileIllegalArgumentException - if some parameters were nullpublic DmdlSourceRepository.Cursor createCursor() throws IOException
DmdlSourceRepositorycreateCursor in interface DmdlSourceRepositoryIOException - if failed to create a cursorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.