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
Since:
1.0
  • Constructor Details

    • FilePath

      public FilePath(File file, String url, String canonicalUrl, String relPath)
      Creates a new FilePath.
      Since:
      1.0
  • Method Details

    • getFile

      public File getFile()
      Returns the file.
      Since:
      1.0