com.omegaup.libinteractive.target

Options

Related Doc: package target

case class Options(childLang: String = "c", command: EnumVal = Command.Validate, force: Boolean = false, generateTemplate: Boolean = false, idlFile: Path = null, legacyFlags: Boolean = false, makefile: Boolean = false, moduleName: String = "", libraryDirectory: Path = Paths.get("libinteractive"), os: EnumVal = OS.Unix, preferOriginalSources: Boolean = true, root: Path = Paths.get(".").normalize, packageDirectory: Path = Paths.get(".").normalize, packagePrefix: String = "", parentLang: String = "c", parentSource: Option[Path] = None, pipeDirectories: Boolean = false, quiet: Boolean = false, sampleFiles: List[String] = List("examples/sample.in"), seed: Long = System.currentTimeMillis, sequentialIds: Boolean = false, transact: Boolean = false, verbose: Boolean = false) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Options
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Options(childLang: String = "c", command: EnumVal = Command.Validate, force: Boolean = false, generateTemplate: Boolean = false, idlFile: Path = null, legacyFlags: Boolean = false, makefile: Boolean = false, moduleName: String = "", libraryDirectory: Path = Paths.get("libinteractive"), os: EnumVal = OS.Unix, preferOriginalSources: Boolean = true, root: Path = Paths.get(".").normalize, packageDirectory: Path = Paths.get(".").normalize, packagePrefix: String = "", parentLang: String = "c", parentSource: Option[Path] = None, pipeDirectories: Boolean = false, quiet: Boolean = false, sampleFiles: List[String] = List("examples/sample.in"), seed: Long = System.currentTimeMillis, sequentialIds: Boolean = false, transact: Boolean = false, verbose: Boolean = false)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val childLang: String

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val command: EnumVal

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val force: Boolean

  11. val generateTemplate: Boolean

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. val idlFile: Path

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. val legacyFlags: Boolean

  16. val libraryDirectory: Path

  17. val makefile: Boolean

  18. val moduleName: String

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val os: EnumVal

  23. val packageDirectory: Path

  24. val packagePrefix: String

  25. val parentLang: String

  26. val parentSource: Option[Path]

  27. val pipeDirectories: Boolean

  28. val preferOriginalSources: Boolean

  29. val quiet: Boolean

  30. def relativeToRoot(first: String, more: String*): Path

  31. def relativeToRoot(path: Path): Path

  32. def relativize(path: Path): Path

  33. def resolve(first: String, more: String*): Path

  34. def resolve(path: Path): Path

  35. val root: Path

  36. def rootResolve(first: String, more: String*): Path

  37. def rootResolve(path: Path): Path

  38. val sampleFiles: List[String]

  39. val seed: Long

  40. val sequentialIds: Boolean

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. val transact: Boolean

  43. val verbose: Boolean

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped