JarDirectory

open class JarDirectory(source)

Represents a jar directory element of an idea module library.

Since

1.0

Constructors

Link copied to clipboard
constructor(path: Path, recursive: Boolean)
Creates a new JarDirectory.

Properties

Link copied to clipboard
open var path: Path

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isRecursive(): Boolean
Returns whether recursive is set.
Link copied to clipboard
open fun setRecursive(recursive: Boolean)
Sets the recursive.
Link copied to clipboard
open fun toString(): String