Toggle navigation
Home
java.io.File to org.apache.commons.vfs.FileObject
No. of Instances - 9
No. of Commits - 1
No. of Projects - {'pentaho-kettle'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
FileUtils.contentEquals(resultFile,contentFile)
to
IOUtils.contentEquals(resultFile.getContent().getInputStream(),contentFile.getContent().getInputStream())
f.getPath()
to
f.getName().getURI()
file
to
fileObject.getContent().getInputStream()
file
to
fileObject.getContent().getInputStream()
FileUtils.contentEquals(resultFile,contentFile)
to
IOUtils.contentEquals(resultFile.getContent().getInputStream(),contentFile.getContent().getInputStream())
Rename Variable
file
to
fileObject
file
to
fileObject
file
to
fileObject