mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
initメソッド実装 WIP
This commit is contained in:
parent
aa0728e97b
commit
b30834479e
|
@ -13,6 +13,7 @@ import one.nem.lacerta.processor.DocumentProcessor;
|
||||||
import one.nem.lacerta.model.document.DocumentDetail;
|
import one.nem.lacerta.model.document.DocumentDetail;
|
||||||
import one.nem.lacerta.model.document.DocumentMeta;
|
import one.nem.lacerta.model.document.DocumentMeta;
|
||||||
|
|
||||||
|
import one.nem.lacerta.processor.model.XmlMetaModel;
|
||||||
import one.nem.lacerta.source.file.FileManager;
|
import one.nem.lacerta.source.file.FileManager;
|
||||||
import one.nem.lacerta.source.file.factory.FileManagerFactory;
|
import one.nem.lacerta.source.file.factory.FileManagerFactory;
|
||||||
|
|
||||||
|
@ -25,6 +26,8 @@ public class DocumentProcessorImpl implements DocumentProcessor{
|
||||||
|
|
||||||
private DocumentDetail documentDetail;
|
private DocumentDetail documentDetail;
|
||||||
|
|
||||||
|
private XmlMetaModel xmlMetaModel;
|
||||||
|
|
||||||
// Injection
|
// Injection
|
||||||
@Inject
|
@Inject
|
||||||
FileManagerFactory fileManagerFactory;
|
FileManagerFactory fileManagerFactory;
|
||||||
|
@ -35,7 +38,8 @@ public class DocumentProcessorImpl implements DocumentProcessor{
|
||||||
@Override
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
logger.debug("init", "called");
|
logger.debug("init", "called");
|
||||||
// TODO-rca: ドキュメントの初期化処理
|
// XMLメタデータの取得/生成
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user