Toggle navigation
Home
com.jcraft.jsch.ChannelSftp.LsEntry to org.eclipse.jgit.transport.FtpChannel.DirEntry
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'jgit'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
Integer.valueOf(ent.getAttrs().getMTime())
to
Long.valueOf(ent.getModifiedTime())
ent.getAttrs().isDir()
to
ent.isDirectory()