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.
-
-
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(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)
String
toString()
-
-
-
Constructor Detail
-
JarDirectory
public JarDirectory(Path path, boolean recursive)
-
-