Package com.luciad.util
Class TLcdCopyright
java.lang.Object
com.luciad.util.TLcdCopyright
This class maintains information about the API: copyright messages and version
numbers. It holds a short and a longer copyright message, which can only be set
once using their setters. They are pre-set for evaluation copies of the API,
but they can be chosen freely for development and deployment copies.
The class also holds a version number and a serial number, which are read-only.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
Returns the short copyright message.static final URL
Returns the URL of the license file.static final String
Returns the long copyright message.Returns the product name.static final String
Returns the serial number of the API jar.static final String
Returns the version number of the API.static final void
setCopyright
(String aCopyright) Sets the short copyright message.static final void
setMessage
(String aMessage) Sets the long copyright message.
-
Constructor Details
-
TLcdCopyright
public TLcdCopyright()
-
-
Method Details
-
getProductName
Returns the product name.- Since:
- 2019.0
-
setCopyright
Sets the short copyright message. The first setting is final.The short copyright message is typically used as a watermark in the lower-left corner of a view.
-
getCopyright
Returns the short copyright message. -
setMessage
Sets the long copyright message. The first setting is final.The long copyright message is typically printed out to the console when starting up a LuciadLightspeed application.
-
getMessage
Returns the long copyright message. -
getVersionNumber
Returns the version number of the API. -
getSerialNumber
Returns the serial number of the API jar. -
getLicenseFile
Returns the URL of the license file.
-