object Inputs extends java.io.Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inputs
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait AnyScalaFile extends Element with Compiled
- sealed trait AnyScript extends Element
- sealed trait Compiled extends Element
- final case class Directory(path: Path) extends OnDisk with Compiled with Product with Serializable
- sealed abstract class Element extends Product with Serializable
- final case class JavaFile(base: Path, subPath: SubPath) extends OnDisk with SourceFile with Compiled with Product with Serializable
- sealed abstract class OnDisk extends Element
- final case class ResourceDirectory(path: Path) extends OnDisk with Product with Serializable
- final case class ScalaFile(base: Path, subPath: SubPath) extends OnDisk with SourceFile with AnyScalaFile with Product with Serializable
- final case class Script(base: Path, subPath: SubPath) extends OnDisk with SourceFile with AnyScalaFile with AnyScript with Product with Serializable
- sealed trait SingleElement extends Element
- sealed trait SingleFile extends OnDisk with SingleElement
- sealed trait SourceFile extends OnDisk with SingleFile
- sealed abstract class Virtual extends Element with SingleElement
- final case class VirtualData(content: Array[Byte], source: String) extends Virtual with Product with Serializable
- final case class VirtualJavaFile(content: Array[Byte], source: String) extends VirtualSourceFile with Compiled with Product with Serializable
- final case class VirtualScalaFile(content: Array[Byte], source: String) extends VirtualSourceFile with AnyScalaFile with Product with Serializable
- final case class VirtualScript(content: Array[Byte], source: String, wrapperPath: SubPath) extends Virtual with AnyScalaFile with AnyScript with Product with Serializable
- sealed abstract class VirtualSourceFile extends Virtual
- sealed abstract class WorkspaceOrigin extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def default(): Option[Inputs]
- def empty(workspace: Path): Inputs
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def homeWorkspace(elements: Seq[Element], directories: Directories): Path
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validateArgs(args: Seq[String], cwd: Path, download: (String) => Either[String, Array[Byte]], stdinOpt: => Option[Array[Byte]], acceptFds: Boolean): Seq[Either[String, Seq[Element]]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object WorkspaceOrigin extends java.io.Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated