Toggle navigation
Home
com.jcraft.jsch.ChannelSftp.LsEntry to org.apache.camel.component.file.remote.SftpRemoteFile
No. of Instances - 24
No. of Commits - 1
No. of Projects - {'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
file.getAttrs().isDir()
to
file.isDirectory()
file.getAttrs().isDir()
to
file.isDirectory()
file.getAttrs().getSize()
to
file.getFileLength()
file.getAttrs().isDir()
to
file.isDirectory()
file.getAttrs().getSize()
to
file.getFileLength()
file.getAttrs().isDir()
to
file.isDirectory()
Cascading Type Change (Different)
RemoteFileProducer<ChannelSftp.LsEntry>
to
RemoteFileProducer<SftpRemoteFile>
Wrap or Un-wrap
add
to
add