gradle
Toggle table of contents
9.8.0-20260812010846+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugins.ide.idea.model
/
JarDirectory
Jar
Directory
API
open
class
JarDirectory
(
source
)
Represents a jar directory element of an idea module library.
Since
1.0
Members
Constructors
Jar
Directory
Link copied to clipboard
API
constructor
(
path
:
Path
,
recursive
:
Boolean
)
Creates a new
JarDirectory
.
Properties
path
Link copied to clipboard
API
open
var
path
:
Path
Functions
equals
Link copied to clipboard
API
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
is
Recursive
Link copied to clipboard
API
open
fun
isRecursive
(
)
:
Boolean
Returns whether recursive is set.
set
Recursive
Link copied to clipboard
API
open
fun
setRecursive
(
recursive
:
Boolean
)
Sets the recursive.
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String