|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.fc.filetransferfc.EndPoint
public class EndPoint
This class represents a file transfer end point object configuration
| Field Summary | |
|---|---|
Properties |
props
Configuration properties of an end point |
| Method Summary | |
|---|---|
String |
getHost()
Returns the hostname of an end point |
String |
getKeystore()
Returns the keystore of an end point |
String |
getPassphrase()
Returns the passphrase of an end point |
String |
getPassword()
Returns the user password of an end point |
String |
getPath()
Returns the file path of an end point |
String |
getPort()
Returns the port number of an end point |
String |
getProtocol()
Returns the protocol to connect to an end point |
String |
getUser()
Returns the username of an end point |
boolean |
isLocal()
Returns the end point is Local/Remote |
void |
setHost(String host)
Sets the hostname of an end point |
void |
setKeystore(String key)
Sets the keystore of an end point |
void |
setPassphrase(String passph)
Sets the passphrase of an end point |
void |
setPassword(String pass)
Sets the user password of an end point |
void |
setPath(String path)
Sets the path of an end point |
void |
setPort(String po)
Sets the port number of an end point |
void |
setProtocol(String p)
Sets the protocol to connect to an end point |
void |
setSourceFile(String s)
Sets the path of the source file |
void |
setUser(String user)
Sets the username of an end point |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Properties props
| Method Detail |
|---|
public String getProtocol()
public void setProtocol(String p)
p - protocol to connect to an end pointpublic String getHost()
public void setHost(String host)
host - hostname of an end pointpublic String getPort()
public void setPort(String po)
po - port number of an end pointpublic String getPath()
public void setPath(String path)
path - path of an end pointpublic String getUser()
public void setUser(String user)
user - username of an end pointpublic String getPassword()
public void setPassword(String pass)
pass - user password of an end pointpublic String getKeystore()
public void setKeystore(String key)
key - keystore of an end pointpublic String getPassphrase()
public void setPassphrase(String passph)
passph - passphrase of an end pointpublic boolean isLocal()
public void setSourceFile(String s)
s - Path of the source file
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||