Uses of Interface
com.intellij.util.io.fs.IFile
-
Packages that use IFile Package Description com.intellij.openapi.util com.intellij.util.io.fs -
-
Uses of IFile in com.intellij.openapi.util
Methods in com.intellij.openapi.util with parameters of type IFile Modifier and Type Method Description static org.jdom.DocumentJDOMUtil. loadDocument(IFile iFile) -
Uses of IFile in com.intellij.util.io.fs
Methods in com.intellij.util.io.fs that return IFile Modifier and Type Method Description IFileIFileSystem. createFile(String filePath)IFileIFile. getChild(String childName)IFileIFile. getParentFile()IFile[]IFile. listFiles()Methods in com.intellij.util.io.fs with parameters of type IFile Modifier and Type Method Description voidIFile. renameTo(IFile newFile)
-