See: Description
Class | Description |
---|---|
CodeConfig |
This class configures a concrete code to generate.
|
CodeConfig.Builder |
This class is a Builder to build a
CodeConfig
programmatically. |
Config |
The top level class for configuring the whole application.
|
Config.Builder |
This class is a Builder to build a
Config programmatically. |
EncodingConfig |
This class configures a encoding for a code to generate.
|
EncodingConfig.Builder | |
FileConfig |
This class configures a file.
|
FileConfig.Builder |
This class is a Builder to build a
FileConfig
programmatically. |
GenerationConfig |
This class configures the generation and presentation.
|
GenerationConfig.Builder |
This class is a Builder to build a
RandomConfig
programmatically. |
OutputConfig |
This class configures the output file(s).
|
OutputConfig.Builder |
This class is a Builder to build a
OutputConfig
programmatically. |
Enum | Description |
---|---|
CodeType |
This enum enumerates all available barcode types that are usable in the application.
|
This package contains all classes needed to configure the application.
All classes in this should have a builder that can be used to programmatically configure the application. Additionally a configuration by a YAML or JSON file should be possible (by annotating the parameters).
Copyright © 2020 sw4j.org. All rights reserved.