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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Export
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Export(project: Project, open: OpenOptions, app: CliApp, export: ExportOptions = ExportOptions.default, isCache: Boolean = false, isRegenerate: Boolean = false, token: CancelChecker = () => ())
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
- val app: CliApp
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bloopDir: Path
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def common: SharedOptions
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val export: ExportOptions
-
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()
- val isCache: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMergeTargetsInSameDirectory: Boolean
- val isRegenerate: Boolean
-
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()
- val open: OpenOptions
- def out: Path
- def pants: AbsolutePath
- val project: Project
- def root: ProjectRoot
- val sources: SourcesMode
- val strictDeps: StrictDepsMode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def targets: List[String]
- val token: CancelChecker
-
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()
- def workspace: Path