| Package | Description |
|---|---|
| org.sw4j.tool.barcode.random.config |
This package contains all classes needed to configure the application.
|
| Modifier and Type | Method and Description |
|---|---|
FileConfig |
FileConfig.Builder.build()
Build a new
FileConfig with the parameters set. |
FileConfig |
OutputConfig.getFile()
Return the output csv file.
|
FileConfig |
Config.getInput()
Return the input file configuration.
|
| Modifier and Type | Method and Description |
|---|---|
OutputConfig.Builder |
OutputConfig.Builder.setFile(FileConfig file)
Set the file of the output csv file.
|
Config.Builder |
Config.Builder.setInput(FileConfig input)
Set the input file configuration.
|
| Constructor and Description |
|---|
Config(FileConfig input,
OutputConfig output,
GenerationConfig random,
GenerationConfig predefined)
Create a new
Config with the given part configurations. |
OutputConfig(String folder,
FileConfig file)
Create a new
OutputConfig with the given file name. |
Copyright © 2020 sw4j.org. All rights reserved.