Class GradleProject


  • public class GradleProject
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GradleProject​(org.gradle.api.Project project)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.nio.file.Path> classPaths()  
      org.dddjava.jig.domain.model.sources.file.SourcePaths rawSourceLocations()  
      java.util.Set<java.nio.file.Path> sourcePaths()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GradleProject

        public GradleProject​(org.gradle.api.Project project)
    • Method Detail

      • classPaths

        public java.util.Set<java.nio.file.Path> classPaths()
      • sourcePaths

        public java.util.Set<java.nio.file.Path> sourcePaths()
      • rawSourceLocations

        public org.dddjava.jig.domain.model.sources.file.SourcePaths rawSourceLocations()