|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface FileControl.Ftp
| Required Element Summary | |
|---|---|
String |
hostName
This option specifies the name of the FTP host, for example, ftp://ftp.bea.com. |
String |
localDirectory
This option specifies the directory used for transferring files between the remote file system and the local file system. |
String |
userName
This option specifies the name of the FTP user. |
| Optional Element Summary | |
|---|---|
String |
password
This option specifies the FTP user's password. |
String |
passwordAlias
This option specifies the alias for a user's password. |
| Element Detail |
|---|
public abstract String hostName
public abstract String userName
public abstract String localDirectory
public abstract String password
public abstract String passwordAlias
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||