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 SummaryFields Modifier and Type Field Description protected org.apache.log4j.Loggerlogprotected java.lang.ProcessBuilderprocessBuilderprotected java.lang.Stringvalue
 - 
Constructor SummaryConstructors Constructor Description AbstractSystemHashParameter(java.util.List<java.lang.String> command)
 - 
Method SummaryAll 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.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.licensing.hash.SystemHashParametergetKey, getValue
 
- 
 
- 
- 
- 
Method Detail- 
runProcessprotected void runProcess() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
handleInputprotected abstract void handleInput(java.io.BufferedReader br) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-