Class NopBarcodeFormatter
java.lang.Object
org.openwms.common.transport.barcode.NopBarcodeFormatter
- All Implemented Interfaces:
BarcodeFormatter
A NopFormatProvider.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NopBarcodeFormatter
public NopBarcodeFormatter()
-
-
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
-