| | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | * @param launcher |
| | | */ |
| | | public UserData createUserData(String[] args, CurrentInstallStatus status) |
| | | public UserData createUserData(Launcher launcher) |
| | | throws UserDataException { |
| | | return cliHelper.createUserData(args, status); |
| | | return cliHelper.createUserData(launcher.getArguments()); |
| | | } |
| | | |
| | | /** |
| | |
| | | * @return the ApplicationException that might occur during installation or |
| | | * <CODE>null</CODE> if no exception occurred. |
| | | */ |
| | | public ApplicationException getException() { |
| | | public ApplicationException getRunError() { |
| | | return ue; |
| | | } |
| | | |