Class WindowsSystemHashParameter
- java.lang.Object
-
- com.inductiveautomation.ignition.common.licensing.hash.AbstractSystemHashParameter
-
- com.inductiveautomation.ignition.common.licensing.hash.windows.WindowsSystemHashParameter
-
- All Implemented Interfaces:
SystemHashParameter
,java.io.Serializable
- Direct Known Subclasses:
WindowsBaseboardSerialNumber
,WindowsCPUProcessorId
,WindowsCSProductUUID
,WindowsDiskDrivePNPDeviceId
,WindowsDiskDriveSerialNumber
public abstract class WindowsSystemHashParameter extends AbstractSystemHashParameter
Executes wmic (Windows Management Instrumentation Command-line) with various (extensible) parameters to pull various system elements.- 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 WindowsSystemHashParameter(java.lang.String alias, java.lang.String option)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
protected void
handleInput(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
-
getValue
public java.lang.String getValue()
-
handleInput
protected void handleInput(java.io.BufferedReader br) throws java.lang.Exception
- Specified by:
handleInput
in classAbstractSystemHashParameter
- Throws:
java.lang.Exception
-
-