Class JarDirectory
- java.lang.Object
-
- org.gradle.plugins.ide.idea.model.JarDirectory
-
public class JarDirectory extends java.lang.Object
Represents a jar directory element of an idea module library.
-
-
Constructor Summary
Constructors Constructor Description JarDirectory(Path path, boolean recursive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Path
getPath()
The path of the jar directoryint
hashCode()
boolean
isRecursive()
void
setPath(Path path)
The value for the recursive attribute of the jar directory element.void
setRecursive(boolean recursive)
java.lang.String
toString()
-
-
-
Constructor Detail
-
JarDirectory
public JarDirectory(Path path, boolean recursive)
-
-
Method Detail
-
getPath
public Path getPath()
The path of the jar directory
-
setPath
public void setPath(Path path)
The value for the recursive attribute of the jar directory element.
-
isRecursive
public boolean isRecursive()
-
setRecursive
public void setRecursive(boolean recursive)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-