|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.util.OSClassHelper
public class OSClassHelper
This class is the system independent base class for helpers which are system dependent in its subclasses.
| Field Summary | |
|---|---|
protected AutomatedInstallData |
installdata
|
protected java.lang.Object |
worker
|
protected java.lang.Class |
workerClass
|
| Constructor Summary | |
|---|---|
OSClassHelper()
Default constructor |
|
OSClassHelper(java.lang.String className)
Creates an object which contains as worker an object of the given class name if possible. |
|
| Method Summary | |
|---|---|
boolean |
good()
Return whether the helper can do the work or not. |
boolean |
verify(AutomatedInstallData idata)
Verifies the helper. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AutomatedInstallData installdata
protected java.lang.Class workerClass
protected java.lang.Object worker
| Constructor Detail |
|---|
public OSClassHelper()
public OSClassHelper(java.lang.String className)
className - full qualified class name of the needed worker| Method Detail |
|---|
public boolean good()
public boolean verify(AutomatedInstallData idata)
throws java.lang.Exception
idata - current install data
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||