Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A FtpLiteConnectorCapabilitiesAdapter is a wrapper around FtpLiteConnector that implements org.mule.api.Capabilities interface.
Summary
| Public Methods |
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
[Expand]
Inherited Methods |
From class
com.mule.modules.ftplite.FtpLiteConnector
|
FTPFile
|
getFile(String hostName, String userName, String password, String port, String filePath, String passive)
Get a single file's information.
|
|
InputStream
|
getFileContent(String hostName, String userName, String password, String port, String filePath, String passive)
Get a single file's content as a stream
|
|
FTPFile[]
|
getFolder(String hostName, String userName, String password, String port, String path, String passive)
Get all folder and files in a Path, it defaults to "/" when path is null
|
|
FTPFile
|
uploadStream(String hostName, String userName, String password, String port, String filePath, String fileName, InputStream content, String passive)
Get a single file's content as a stream
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.mule.modules.ftplite.basic.Capabilities
|
abstract
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such
capability
|
|
Public Constructors
public
FtpLiteConnectorCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(Capability capability)
Returns true if this module implements such capability
Parameters
| capability
| The capability to test for |
Returns
- True if it does, false otherwise