Interface FTPTransport
- 
- All Superinterfaces:
- BaseAsset,- NamedAsset,- PermissionsCapableAsset,- SiteManagementAreaAsset,- Transport
 
 public interface FTPTransport extends Transport Represents FTPTransport asset- Since:
- 5.5.2
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.hannonhill.cascade.model.dom.FTPProtocolTypegetFtpProtocolType()Gets the ftp protocol typejava.lang.StringgetInitialDirectory()Get the Server Directoryjava.lang.StringgetPassword()Get the password.intgetPort()Get the port number.java.lang.StringgetServerName()Get the server name.java.lang.StringgetUserName()Get the user name.- 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.BaseAssetgetAssetId, getAssetType, getIdentifer
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.NamedAssetgetLabel, getName, setName
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.PermissionsCapableAssetisCurrentUserCanRead, isCurrentUserCanWrite, isUserCanRead, isUserCanWrite
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.admin.SiteManagementAreaAssetgetIdentifier, getPath, getSite
 
- 
 
- 
- 
- 
Method Detail- 
getServerNamejava.lang.String getServerName() Get the server name.- Returns:
- The server name or null
 
 - 
getPortint getPort() Get the port number.- Returns:
- The port number or -1
 
 - 
getUserNamejava.lang.String getUserName() Get the user name.- Returns:
- The user name or null
 
 - 
getPasswordjava.lang.String getPassword() Get the password.- Returns:
- The password or null
 
 - 
getInitialDirectoryjava.lang.String getInitialDirectory() Get the Server Directory- Returns:
- The Server Directory or null
 
 - 
getFtpProtocolTypecom.hannonhill.cascade.model.dom.FTPProtocolType getFtpProtocolType() Gets the ftp protocol type- Returns:
- Returns the ftp protocol type
 
 
- 
 
-