nablarch.batch.filepath-for-batch.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <component-configuration xmlns="http://tis.co.jp/nablarch/component-configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tis.co.jp/nablarch/component-configuration https://nablarch.github.io/schema/component-configuration.xsd"> <!-- ファイルパス定義 --> <component name="filePathSetting" class="nablarch.core.util.FilePathSetting" autowireType="None"> <property name="basePathSettings"> <map> <!--フォーマット定義ファイルの格納ディレクトリ--> <entry key="format" value="${nablarch.filePathSetting.basePathSettings.format}" /> <!--出力先ディレクトリ--> <entry key="output" value="${nablarch.filePathSetting.basePathSettings.output}" /> <!--バッチ入力ファイルの格納ディレクトリ--> <entry key="input" value="${nablarch.filePathSetting.basePathSettings.input}" /> </map> </property> <property name="fileExtensions"> <map> <!--フォーマット定義ファイルの拡張子--> <entry key="format" value="fmt" /> </map> </property> </component> </component-configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy