com.ibm.events.install
Interface InstallUtilFactory
- public interface InstallUtilFactory
This factory is used to get access to an instance of an object implementing the
InstallUtil interface.
- Since:
- 5.1.0
- Version:
- 1.8 1/10/06
Method Summary |
InstallUtil |
getInstallUtil(java.lang.String wasHome)
This method returns an instance of an object implementing InstallUtil interface |
INSTANCE
public static final InstallUtilFactory INSTANCE
getInstallUtil
public InstallUtil getInstallUtil(java.lang.String wasHome)
throws InstallException
- This method returns an instance of an object implementing InstallUtil interface
- Parameters:
wasHome
- WAS installation directory
- Returns:
- InstallUtil instance of InstallUtil interface
- Throws:
InstallValidationException
- Thrown if WAS server is not
detected in the location specified..
InstallException