Class LocalTextFileConvert
java.lang.Object
com.gsitm.ustra.java.data.file.processor.convert.LocalTextFileConvert
- All Implemented Interfaces:
FileConverter<LocalTextFileConvert.Option,List<String>>
public class LocalTextFileConvert
extends Object
implements FileConverter<LocalTextFileConvert.Option,List<String>>
로컬 파일 리소스를 리딩하여 텍스트 파일로 변환
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classtext file convert 시의 option class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontext 변환 input builder 생성convert(LocalTextFileConvert.Option option)
-
Constructor Details
-
LocalTextFileConvert
public LocalTextFileConvert()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceFileConverter<LocalTextFileConvert.Option,List<String>>
-
builder
public static FileConvertInput.FileConvertInputBuilder<LocalTextFileConvert.Option,List<String>> builder(String fileGrpId, String encodeCharset) text 변환 input builder 생성- Parameters:
fileGrpId- 파일 그룹 아이디encodeCharset- 인코딩 Charset- Returns:
-