api / org.gradle.plugins.ide.idea.model / JarDirectory

JarDirectory

open class JarDirectory

Represents a jar directory element of an idea module library.

Constructors

<init>

JarDirectory(path: Path, recursive: Boolean)

Functions

equals

open fun equals(other: Any?): Boolean

getPath

open fun getPath(): Path

The path of the jar directory

hashCode

open fun hashCode(): Int

isRecursive

open fun isRecursive(): Boolean

setPath

open fun setPath(path: Path): Unit

The value for the recursive attribute of the jar directory element.

setRecursive

open fun setRecursive(recursive: Boolean): Unit

toString

open fun toString(): String