Class PathHelper

java.lang.Object
org.jfxcore.gradle.PathHelper

public final class PathHelper extends Object
  • Constructor Details

    • PathHelper

      public PathHelper(org.gradle.api.Project project)
  • Method Details

    • getGeneratedSourcesDir

      public File getGeneratedSourcesDir(org.gradle.api.tasks.SourceSet sourceSet)
    • getSourceSets

      public Set<org.gradle.api.tasks.SourceSet> getSourceSets()
    • getCompileClasspath

      public Set<File> getCompileClasspath()
    • enumerateFiles

      public Iterable<Path> enumerateFiles(Path basePath, Predicate<Path> filter) throws IOException
      Throws:
      IOException
    • getFileNameWithoutExtension

      public String getFileNameWithoutExtension(File file)