case class Export(project: Project, open: OpenOptions, app: CliApp, export: ExportOptions = ExportOptions.default, isCache: Boolean = false, isRegenerate: Boolean = false, token: CancelChecker = () => ()) extends Product with Serializable

The command-line argument parser for BloopPants.

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Export
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Export(project: Project, open: OpenOptions, app: CliApp, export: ExportOptions = ExportOptions.default, isCache: Boolean = false, isRegenerate: Boolean = false, token: CancelChecker = () => ())

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. val app: CliApp
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bloopDir: Path
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def common: SharedOptions
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val export: ExportOptions
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val isCache: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isMergeTargetsInSameDirectory: Boolean
  16. val isRegenerate: Boolean
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val open: OpenOptions
  21. def out: Path
  22. def pants: AbsolutePath
  23. val project: Project
  24. def root: ProjectRoot
  25. val sources: SourcesMode
  26. val strictDeps: StrictDepsMode
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def targets: List[String]
  29. val token: CancelChecker
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def workspace: Path

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped