Skip to main content

brand.properties Reference

Overview

Datalogic JavaPOS API provides the ability to perform custom branding using the brand.properties file. This plain-text file contains key / value pairs containing configuration for branding specific information.

This file must appear in the current working directory of the application utilizing the Datalogic JavaPOS API in order to function properly. If this file does not appear, a warning is logged and default branding configuration is used.

Reference

Each available property is discussed in the following sections.

BrandedProduct

  • Default: DLSJavaPOS

The BrandedProduct property assigns the value to use when a Branded product name is normally logged or otherwise shown.

The value here is used to create the Device Service Version as reported in logging.

BrandingName

  • Default: Datalogic ADC

The BrandingName property assigns the value to use when a Branded company name is normally logged or otherwise shown.

BrandingPrefix

  • Default: dls

The BrandingPrefix property assigns the value to use when reading legacy configuration files. The value of this property is parsed as part of the prefix of a FQDN domain name for branded property files.

As of JavaPOS 1.14.045, branded properties are no longer used. This property continues to exist only to support legacy installations using branded property values. Changing this property could cause unexpected results.

ManufacturerName

  • Default: Datalogic Scanning

The ManufacturerName property assigns the value to use when the Manufacturer Name is normally logged or shown. This property is used in remote access and other situations where a Manufacturer Name is requested by specification.

ManufacturerShortName

  • Default: DLA

The ManufacturerShortName property assigns the value to use when the Manufacturer Short Name is normally logged or shown. This property is used in remote access and other situations where a Manufacturer Short Name is requested by specification.

Default and Examples

Datalogic JavaPOS is installed with the following default values in the brand.properties file.

BrandedProduct=DLSJavaPOS
BrandingName=Datalogic ADC
BrandingPrefix=dls
ManufacturerName=Datalogic Scanning
ManufacturerShortName=DLA