自動でパス解決させる

This commit is contained in:
r-ca 2024-01-09 14:20:06 +09:00
parent 730640425f
commit 360580eff2
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -55,7 +55,7 @@ public class DocumentProcessorImpl implements DocumentProcessor{
this.documentRootPath = this.documentDetail.getPath().getFullPath(); this.documentRootPath = this.documentDetail.getPath().getFullPath();
logger.debug("init", "documentRootPath: " + this.documentRootPath); logger.debug("init", "documentRootPath: " + this.documentRootPath);
this.fileManager = fileManagerFactory.create(this.documentRootPath); //Initialize FileManager this.fileManager = fileManagerFactory.create(this.documentRootPath).enableAutoCreateParent(); //Initialize FileManager
logger.debug("init", "fileManager created"); logger.debug("init", "fileManager created");
// xmlファイルの読み込み // xmlファイルの読み込み