Class HalGetUdi
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameter
- 
- com.inductiveautomation.ignition.common.licensing.hash.linux.HalGetUdi
 
 
- 
- All Implemented Interfaces:
- SystemHashParameter,- java.io.Serializable
 
 public class HalGetUdi extends AbstractSystemHashParameter - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameterlog, processBuilder, value
 
- 
 - 
Constructor SummaryConstructors Constructor Description HalGetUdi()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetValue()protected voidhandleInput(java.io.BufferedReader br)- 
Methods inherited from class com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameterequals, hashCode, runProcess
 
- 
 
- 
- 
- 
Method Detail- 
handleInputprotected void handleInput(java.io.BufferedReader br) throws java.lang.Exception- Specified by:
- handleInputin class- AbstractSystemHashParameter
- Throws:
- java.lang.Exception
 
 - 
getKeypublic java.lang.String getKey() 
 - 
getValuepublic java.lang.String getValue() 
 
- 
 
-