Represents a jar directory element of an idea module library.
| Constructor and description |
|---|
JarDirectory
(Path path, boolean recursive) |
JarDirectory
(Object path, Object recursive) |
| Type | Name and description |
|---|---|
boolean |
equals(Object o) |
Path |
getPath()The path of the jar directory |
boolean |
getRecursive() |
int |
hashCode() |
boolean |
isRecursive() |
void |
setPath(Path path)The value for the recursive attribute of the jar directory element. |
void |
setRecursive(boolean recursive) |
String |
toString() |
Gradle API 3.0-milestone-1