package io
- Alphabetic
- By Inheritance
- io
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
ClasspathFile(path: AbsolutePath, enclosingJar: Option[AbsolutePath], enclosingManifestJar: Option[ClasspathFile]) extends Product with Serializable
A single file element of a classpath.
A single file element of a classpath.
- path
The path to the file, either on disk or inside a jar file system.
- enclosingJar
The path to the jar file containing this file, if any.
- enclosingManifestJar
The manifest jar file linking to the enclosing jar, if any.
- trait InputStreamIO[A] extends AnyRef
-
trait
JSProcess extends scalajs.js.Any
Facade for the native nodejs process API
Facade for the native nodejs process API
The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require().
- Annotations
- @JSType() @native()
- See also
https://nodejs.org/api/process.html
-
class
JSStats extends scalajs.js.Any
Facade for nodejs class fs.Stats.
Facade for nodejs class fs.Stats.
- Annotations
- @JSType() @native() @JSImport( "fs" , Namespace )
- See also
https://nodejs.org/api/fs.html#fs_class_fs_stats
- final case class ListFiles(root: AbsolutePath, files: List[RelativePath]) extends Seq[AbsolutePath] with Product with Serializable
- case class NodeNIOPath(filename: String) extends Path with Product with Serializable
- trait OutputStreamIO[A] extends AnyRef
- implicit final class XtensionAbsolutePathManifest extends AnyVal
- implicit final class XtensionClasspath extends AnyVal
Value Members
- object FileIO
- object InputStreamIO
-
object
JSFs extends scalajs.js.Any
Facade for native nodejs module "fs".
Facade for native nodejs module "fs".
- Annotations
- @native() @JSImport( "fs" , Namespace )
- See also
https://nodejs.org/api/fs.html
- object JSIO
-
object
JSPath extends scalajs.js.Any
Facade for native nodejs module "path".
Facade for native nodejs module "path".
- Annotations
- @native() @JSImport( "path" , Namespace )
- See also
https://nodejs.org/api/path.html
- object NodeNIOPath extends Serializable
- object PathIO
- object PlatformFileIO
- object PlatformPathIO