public class OSClassHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AutomatedInstallData |
installdata |
protected java.lang.Object |
worker |
protected java.lang.Class |
workerClass |
Constructor and Description |
---|
OSClassHelper()
Default constructor
|
OSClassHelper(java.lang.String className)
Creates an object which contains as worker an object of the given class name if possible.
|
Modifier and Type | Method and Description |
---|---|
boolean |
good() |
boolean |
verify(AutomatedInstallData idata) |
protected AutomatedInstallData installdata
protected java.lang.Class workerClass
protected java.lang.Object worker
public OSClassHelper()
public OSClassHelper(java.lang.String className)
className
- full qualified class name of the needed workerpublic boolean good()
public boolean verify(AutomatedInstallData idata) throws java.lang.Exception
java.lang.Exception