| Modifier and Type | Class and Description |
|---|---|
private class |
I18nRepository.SingleLocale.FileIterator
Single locale iterator for I18N repository.
|
| Modifier and Type | Field and Description |
|---|---|
private File[] |
files
Repository files filtered accordingly configured files pattern.
|
| Constructor and Description |
|---|
SingleLocale(File repositoryDir,
FileFilter fileFilter)
Construct single locale repository for requested repository directory and file filter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<I18nFile> |
iterator()
Get single locale repository iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate File[] files
public SingleLocale(File repositoryDir, FileFilter fileFilter) throws IOException
repositoryDir - repository directory,fileFilter - files filter, possibly accepting all.IOException - if listing repository files fails.BugError - if no files matching files filter found.Copyright © 2018. All rights reserved.