Class FilePath
- java.lang.Object
-
- org.gradle.plugins.ide.idea.model.Path
-
- org.gradle.plugins.ide.idea.model.FilePath
-
public class FilePath extends Path
A Path that keeps the reference to the File
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
-
Methods inherited from class org.gradle.plugins.ide.idea.model.Path
equals, getCanonicalUrl, getRelPath, getUrl, hashCode, toString
-
-