Groovy Documentation

org.gradle.plugins.idea.model
[Groovy] Class JarDirectory

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

class JarDirectory

Represents a jar directory element of an idea module library.

Authors:
Hans Dockter


Property Summary
Path path

The path of the jar directory

boolean recursive

The value for the recursive attribute of the jar directory element.

 
Constructor Summary
JarDirectory(java.lang.Object path, java.lang.Object recursive)

 
Method Summary
boolean equals(java.lang.Object o)

int hashCode()

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

path

Path path
The path of the jar directory


recursive

boolean recursive
The value for the recursive attribute of the jar directory element.


 
Constructor Detail

JarDirectory

JarDirectory(java.lang.Object path, java.lang.Object recursive)


 
Method Detail

equals

boolean equals(java.lang.Object o)


hashCode

int hashCode()


toString

java.lang.String toString()


 

Groovy Documentation