Package 

Class DependencyFile

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Dependency dependency
      private final File file
    • Constructor Summary

      Constructors 
      Constructor Description
      DependencyFile(Project project, Object notation)
    • Method Summary

      Modifier and Type Method Description
      final Dependency getDependency()
      final File getFile()
      • Methods inherited from class com.cognifide.gradle.common.build.DependencyFile

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • DependencyFile

        DependencyFile(Project project, Object notation)