PathScriptSource

class PathScriptSource(path: Path) : ExternalSourceCode, Serializable(source)

A Script Source that points to a java NIO Path.

Parameters

path

path to the script's source code file

Constructors

Link copied to clipboard
constructor(path: Path)

Properties

Link copied to clipboard
open override val externalLocation: URL
Link copied to clipboard
open override val locationId: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val text: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int