Interface for locations of file objects. Used by file managers to determine where to place or search for file objects.
Interface for locations of file objects. Used by file managers to determine where to place or search for file objects.
(get-name this)
Gets the name of this location.
returns: a name - java.lang.String
Gets the name of this location. returns: a name - `java.lang.String`
(output-location? this)
Determines if this is an output location. An output location is a location that is conventionally used for output.
returns: true if this is an output location, false otherwise - boolean
Determines if this is an output location. An output location is a location that is conventionally used for output. returns: true if this is an output location, false otherwise - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close