Class JarDirectory
java.lang.Object
org.gradle.plugins.ide.idea.model.JarDirectory
Represents a jar directory element of an idea module library.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()The path of the jar directoryinthashCode()booleanReturns whether recursive is set.voidThe value for the recursive attribute of the jar directory element.voidsetRecursive(boolean recursive) Sets the recursive.toString()
-
Constructor Details
-
JarDirectory
-
-
Method Details
-
getPath
-
setPath
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
-
equals
-
hashCode
-