Index
All Classes and Interfaces|All Packages
C
- com.inet.taskplanner.ftp - package com.inet.taskplanner.ftp
- create() - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Creates the resulting
ResultActionDefinition
- createFTPConnection() - Static method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Creating a new FTP connection.
F
- FtpResultActionBuilder - Class in com.inet.taskplanner.ftp
-
Use this to easily create
definitions
for aFtpResultAction
. - FtpResultActionBuilder() - Constructor for class com.inet.taskplanner.ftp.FtpResultActionBuilder
S
- setAnonymousLogin() - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Sets the login for an anonymous user.
- setFileNameFormat(String) - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Defines the format of the file name.
- setServerPath(String) - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Sets the path on the FTP server where to save the file.
- setServerPort(int) - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Sets the connection port to the FTP server.
- setServerProtocol(String) - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Sets the type of security for server connetion.
- setServerURL(String) - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Sets the URL to connect to the FTP server.
- setUserLogin(String, String) - Method in class com.inet.taskplanner.ftp.FtpResultActionBuilder
-
Sets the username and password to authenticate an user for the FTP server.
All Classes and Interfaces|All Packages