Class AbstractSystemHashParameter
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameter
 
 
- 
- All Implemented Interfaces:
 SystemHashParameter,java.io.Serializable
- Direct Known Subclasses:
 HalGetUdi,HalPresenceVerifier,LinuxSystemHashParameter,WindowsSystemHashParameter,WmicPresenceVerifier
public abstract class AbstractSystemHashParameter extends java.lang.Object implements SystemHashParameter
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected org.apache.log4j.Loggerlogprotected java.lang.ProcessBuilderprocessBuilderprotected java.lang.Stringvalue 
- 
Constructor Summary
Constructors Constructor Description AbstractSystemHashParameter(java.util.List<java.lang.String> command) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)protected abstract voidhandleInput(java.io.BufferedReader br)inthashCode()protected voidrunProcess()- 
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, getValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
runProcess
protected void runProcess() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
handleInput
protected abstract void handleInput(java.io.BufferedReader br) throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -