public class CommonFileUploadBroker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
destPath |
(package private) java.lang.String |
hostIP |
(package private) java.lang.String |
sourcePath |
Constructor and Description |
---|
CommonFileUploadBroker(java.lang.String sourcePath,
java.lang.String hostIP,
java.lang.String destPath)
Constructor of class CommonFileUploadBroker
|
Modifier and Type | Method and Description |
---|---|
void |
uploadFile()
Method for execution of the upload
|
java.lang.String sourcePath
java.lang.String destPath
java.lang.String hostIP
public CommonFileUploadBroker(java.lang.String sourcePath, java.lang.String hostIP, java.lang.String destPath)
sourcePath
- Path to source filehostIP
- IP address of the destination hostdestPath
- Destination file path