Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A FtpLiteConnectorMetadataAdapater is a wrapper around FtpLiteConnector that adds support for querying metadata about the extension.
Summary
|
[Expand]
Inherited Methods |
From class
com.mule.modules.ftplite.adapters.FtpLiteConnectorCapabilitiesAdapter
|
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
|
|
From interface
com.mule.modules.ftplite.basic.MetadataAware
|
Constants
private
static
final
String
DEVKIT_BUILD
Constant Value:
"3.4.0.1555.8df15c1"
private
static
final
String
DEVKIT_VERSION
private
static
final
String
MODULE_NAME
Constant Value:
"LiteFtp"
private
static
final
String
MODULE_VERSION
Public Constructors
public
FtpLiteConnectorMetadataAdapater
()
Public Methods
public
String
getDevkitBuild
()
Returns the build of the DevKit used to create this module
public
String
getDevkitVersion
()
Returns the version of the DevKit used to create this module
public
String
getModuleName
()
Returns the user-friendly name of this module
public
String
getModuleVersion
()
Returns the version of this module