Class JarDirectory

java.lang.Object
org.gradle.plugins.ide.idea.model.JarDirectory

public class JarDirectory extends Object
Represents a jar directory element of an idea module library.
Since:
1.0
  • Constructor Details

    • JarDirectory

      public JarDirectory(Path path, boolean recursive)
      Creates a new JarDirectory.
      Since:
      2.14
  • Method Details

    • getPath

      public Path getPath()
      The path of the jar directory
      Since:
      1.0
    • setPath

      public void setPath(Path path)
      The value for the recursive attribute of the jar directory element.
      Since:
      1.0
    • isRecursive

      public boolean isRecursive()
      Returns whether recursive is set.
      Since:
      1.0
    • setRecursive

      public void setRecursive(boolean recursive)
      Sets the recursive.
      Since:
      1.0
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object