Class LinuxSystemHashParameter
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameter
- 
- com.inductiveautomation.ignition.common.licensing.hash.linux.LinuxSystemHashParameter
 
 
- 
- All Implemented Interfaces:
- SystemHashParameter,- java.io.Serializable
 - Direct Known Subclasses:
- LinuxSystemHardwareSerial,- LinuxSystemHardwareUUID
 
 public abstract class LinuxSystemHashParameter 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 LinuxSystemHashParameter(java.lang.String key)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()protected voidhandleInput(java.io.BufferedReader br)- 
Methods inherited from class com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameterequals, hashCode, runProcess
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.licensing.hash.SystemHashParametergetKey
 
- 
 
- 
- 
- 
Method Detail- 
handleInputprotected void handleInput(java.io.BufferedReader br) throws java.lang.Exception- Specified by:
- handleInputin class- AbstractSystemHashParameter
- Throws:
- java.lang.Exception
 
 - 
getValuepublic java.lang.String getValue() 
 
- 
 
-