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.AbstractSystemHashParameter
log, processBuilder, value 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LinuxSystemHashParameter(java.lang.String key) 
- 
Method Summary
All 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.AbstractSystemHashParameter
equals, hashCode, runProcess 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.licensing.hash.SystemHashParameter
getKey 
 - 
 
 - 
 
- 
- 
Method Detail
- 
handleInput
protected void handleInput(java.io.BufferedReader br) throws java.lang.Exception- Specified by:
 handleInputin classAbstractSystemHashParameter- Throws:
 java.lang.Exception
 
- 
getValue
public java.lang.String getValue()
 
 - 
 
 -