Class ConfiguredBarcodeFormatter
java.lang.Object
org.openwms.common.transport.barcode.ConfiguredBarcodeFormatter
- All Implemented Interfaces:
BarcodeFormatter
A ConfiguredBarcodeFormat.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
pattern
-
padder
-
length
-
alignment
-
prefix
-
suffix
-
-
Constructor Details
-
ConfiguredBarcodeFormatter
public ConfiguredBarcodeFormatter()
-
-
Method Details
-
format
Format the givenbarcode.- Specified by:
formatin interfaceBarcodeFormatter- Parameters:
barcode- The Barcode to format- Returns:
- The formatted barcode or null if
barcodeis null
-