Uses of Class
org.apache.synapse.commons.vfs.VFSConstants.SFTP_FILE_OPTION
-
Packages that use VFSConstants.SFTP_FILE_OPTION Package Description org.apache.synapse.commons.vfs -
-
Uses of VFSConstants.SFTP_FILE_OPTION in org.apache.synapse.commons.vfs
Methods in org.apache.synapse.commons.vfs that return VFSConstants.SFTP_FILE_OPTION Modifier and Type Method Description static VFSConstants.SFTP_FILE_OPTION
VFSConstants.SFTP_FILE_OPTION. valueOf(String name)
Returns the enum constant of this type with the specified name.static VFSConstants.SFTP_FILE_OPTION[]
VFSConstants.SFTP_FILE_OPTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-