public interface DataGenerator
Modifier and Type | Method and Description |
---|---|
String |
fileName() |
String |
filePathAndName()
Retorna o nome do arquivo para o qual os dados são gerados.
|
String |
generateBulk()
Método chamado para gerar o bulk do arquivo.
|
String |
generateFileHeader()
Método chamado para a geração do header do arquivo.
|
String |
generateFileTrailer()
Método chamado para a geração do trailer do arquivo.
|
String generateFileHeader() throws FileMakerException
FileMakerException
String generateFileTrailer() throws FileMakerException
FileMakerException
String generateBulk() throws FileMakerException
FileMakerException
String filePathAndName()
String fileName()
Copyright © 2014. All Rights Reserved.