Class HalPresenceVerifier
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameter
 - 
- com.inductiveautomation.ignition.common.licensing.hash.linux.HalPresenceVerifier
 
 
 
- 
- All Implemented Interfaces:
 SystemHashParameter,java.io.Serializable
public class HalPresenceVerifier 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 HalPresenceVerifier() 
- 
Method Summary
All 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.AbstractSystemHashParameter
equals, hashCode, runProcess 
 - 
 
 - 
 
- 
- 
Method Detail
- 
handleInput
protected void handleInput(java.io.BufferedReader br) throws java.lang.Exception- Specified by:
 handleInputin classAbstractSystemHashParameter- Throws:
 java.lang.Exception
 
- 
getKey
public java.lang.String getKey()
 
- 
getValue
public java.lang.String getValue()
 
 - 
 
 -