Class LdfPlugin
java.lang.Object
com.zebra.barcode.sdk.sms.entities.LdfPlugin
.ldf file entity to capture required tag information
This entity is used in LdfFileHandler which is used to parse .ldf file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter method to get the model list from the pluginGetter method to get the plugin path from the pluginvoid
setModelList
(String modelList) Setter method to set the model list to the pluginvoid
setPluginPath
(String pluginPath) Setter method to set the plugin path to the plugin
-
Constructor Details
-
LdfPlugin
public LdfPlugin()
-
-
Method Details
-
getPluginPath
Getter method to get the plugin path from the plugin -
setPluginPath
Setter method to set the plugin path to the plugin- Parameters:
pluginPath
-
-
getModelList
Getter method to get the model list from the plugin- Returns:
- String modellist
-
setModelList
Setter method to set the model list to the plugin- Parameters:
modelList
-
-