Packages

object Inputs extends java.io.Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inputs
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait AnyScalaFile extends Element with Compiled
  2. sealed trait AnyScript extends Element
  3. sealed trait Compiled extends Element
  4. final case class Directory(path: Path) extends OnDisk with Compiled with Product with Serializable
  5. sealed abstract class Element extends Product with Serializable
  6. final case class JavaFile(base: Path, subPath: SubPath) extends OnDisk with SourceFile with Compiled with Product with Serializable
  7. sealed abstract class OnDisk extends Element
  8. final case class ResourceDirectory(path: Path) extends OnDisk with Product with Serializable
  9. final case class ScalaFile(base: Path, subPath: SubPath) extends OnDisk with SourceFile with AnyScalaFile with Product with Serializable
  10. final case class Script(base: Path, subPath: SubPath) extends OnDisk with SourceFile with AnyScalaFile with AnyScript with Product with Serializable
  11. sealed trait SingleElement extends Element
  12. sealed trait SingleFile extends OnDisk with SingleElement
  13. sealed trait SourceFile extends OnDisk with SingleFile
  14. sealed abstract class Virtual extends Element with SingleElement
  15. final case class VirtualData(content: Array[Byte], source: String) extends Virtual with Product with Serializable
  16. final case class VirtualJavaFile(content: Array[Byte], source: String) extends VirtualSourceFile with Compiled with Product with Serializable
  17. final case class VirtualScalaFile(content: Array[Byte], source: String) extends VirtualSourceFile with AnyScalaFile with Product with Serializable
  18. final case class VirtualScript(content: Array[Byte], source: String, wrapperPath: SubPath) extends Virtual with AnyScalaFile with AnyScript with Product with Serializable
  19. sealed abstract class VirtualSourceFile extends Virtual
  20. sealed abstract class WorkspaceOrigin extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(args: Seq[String], cwd: Path, directories: Directories, baseProjectName: String = "project", defaultInputs: () => Option[Inputs] = () => None, download: (String) => Either[String, Array[Byte]] = _ => Left("URL not supported"), stdinOpt: => Option[Array[Byte]] = None, acceptFds: Boolean = false, forcedWorkspace: Option[Path] = None): Either[String, Inputs]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def default(): Option[Inputs]
  8. def empty(workspace: Path): Inputs
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def homeWorkspace(elements: Seq[Element], directories: Directories): Path
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def validateArgs(args: Seq[String], cwd: Path, download: (String) => Either[String, Array[Byte]], stdinOpt: => Option[Array[Byte]], acceptFds: Boolean): Seq[Either[String, Seq[Element]]]
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. object WorkspaceOrigin extends java.io.Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped