Packages

final class CompileParams extends Serializable

Compile Request

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

Value Members

  1. val arguments: Vector[String]
  2. def equals(o: Any): Boolean
    Definition Classes
    CompileParams → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    CompileParams → AnyRef → Any
  4. val originId: Option[String]
  5. val targets: Vector[BuildTargetIdentifier]
  6. def toString(): String
    Definition Classes
    CompileParams → AnyRef → Any
  7. def withArguments(arguments: Vector[String]): CompileParams
  8. def withOriginId(originId: String): CompileParams
  9. def withOriginId(originId: Option[String]): CompileParams
  10. def withTargets(targets: Vector[BuildTargetIdentifier]): CompileParams