public class ImondUpdate extends AbstractUpdate
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
host
This attribute represents the server ip for the connection.
|
private java.lang.String |
password
This attribute represents the password for the connection.
|
private int |
port
This attribute represents the port for the connection.
|
| Constructor and Description |
|---|
ImondUpdate(java.lang.String host,
java.lang.String password,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
initiateUpdate(java.io.File[] files)
start Update Process in given RemoteUpdate.
|
void |
remoteUpdateViaImond(java.io.File[] files) |
private final transient java.lang.String host
private final transient java.lang.String password
private final transient int port
public ImondUpdate(java.lang.String host,
java.lang.String password,
int port)
host - hostpassword - passwordport - portpublic void initiateUpdate(java.io.File[] files)
throws RemoteUpdateException
AbstractUpdateinitiateUpdate in class AbstractUpdatefiles - filesRemoteUpdateException - RemoteUpdateExceptionpublic void remoteUpdateViaImond(java.io.File[] files)
throws RemoteUpdateException
files - filesRemoteUpdateException - RemoteUpdateException