public class KuromojiFile extends DictionaryFile<KuromojiItem>
| Modifier and Type | Class and Description |
|---|---|
protected class |
KuromojiFile.KuromojiUpdater |
DictionaryFile.PagingList<E>dictionaryManager, id, path, timestamp| Constructor and Description |
|---|
KuromojiFile(String id,
String path,
Date timestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(KuromojiItem item) |
org.dbflute.optional.OptionalEntity<KuromojiItem> |
get(long id) |
InputStream |
getInputStream() |
String |
getPath() |
String |
getSimpleName() |
String |
getType() |
void |
insert(KuromojiItem item) |
protected void |
reload(KuromojiFile.KuromojiUpdater updater,
InputStream in) |
DictionaryFile.PagingList<KuromojiItem> |
selectList(int offset,
int size) |
String |
toString() |
void |
update(InputStream in) |
void |
update(KuromojiItem item) |
getId, getTimestamp, managerpublic String getType()
getType in class DictionaryFile<KuromojiItem>public String getPath()
getPath in class DictionaryFile<KuromojiItem>public org.dbflute.optional.OptionalEntity<KuromojiItem> get(long id)
get in class DictionaryFile<KuromojiItem>public DictionaryFile.PagingList<KuromojiItem> selectList(int offset, int size)
selectList in class DictionaryFile<KuromojiItem>public void insert(KuromojiItem item)
insert in class DictionaryFile<KuromojiItem>public void update(KuromojiItem item)
update in class DictionaryFile<KuromojiItem>public void delete(KuromojiItem item)
delete in class DictionaryFile<KuromojiItem>protected void reload(KuromojiFile.KuromojiUpdater updater, InputStream in)
public String getSimpleName()
public InputStream getInputStream() throws IOException
IOExceptionpublic void update(InputStream in) throws IOException
IOExceptionCopyright © 2009–2017 CodeLibs. All rights reserved.