object Inputs extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inputs
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 VirtualJavaFile(content: Array[Byte], source: String) extends Virtual with Compiled with Product with Serializable
- final case class VirtualScalaFile(content: Array[Byte], source: String) extends Virtual 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
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): Either[String, Inputs]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def default(): Option[Inputs]
- def empty(workspace: Path): Inputs
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()