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.Document
JDOMUtil. 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 IFile
IFileSystem. createFile(String filePath)
IFile
IFile. getChild(String childName)
IFile
IFile. getParentFile()
IFile[]
IFile. listFiles()
Methods in com.intellij.util.io.fs with parameters of type IFile Modifier and Type Method Description void
IFile. renameTo(IFile newFile)
-