Package

scala.meta.internal

io

Permalink

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ClasspathFile(path: AbsolutePath, enclosingJar: Option[AbsolutePath], enclosingManifestJar: Option[ClasspathFile]) extends Product with Serializable

    Permalink

    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.

  2. final case class ListFiles(root: AbsolutePath, files: List[RelativePath]) extends Seq[AbsolutePath] with Product with Serializable

    Permalink
  3. implicit class XtensionAbsolutePathManifest extends AnyRef

    Permalink
  4. implicit class XtensionClasspath extends AnyRef

    Permalink

Value Members

  1. object FileIO

    Permalink
  2. object InputStreamIO

    Permalink
  3. object PathIO

    Permalink
  4. object PlatformFileIO

    Permalink
  5. object PlatformPathIO

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped