class PantsTarget extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PantsTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PantsTarget(name: String, id: String, dependencies: collection.Seq[String], javaSources: collection.Seq[String], excludes: Set[String], platform: Option[String], runtimePlatform: Option[String], libraries: collection.Seq[String], isPantsTargetRoot: Boolean, isPantsModulizable: Boolean, targetType: TargetType, pantsTargetType: PantsTargetType, globs: PantsGlobs, roots: PantsRoots, scalacOptions: List[String], javacOptions: List[String], extraJvmOptions: List[String], directoryName: String, baseDirectory: Path, classesDir: Path, internalSourcesJar: Path, strictDeps: Boolean, isSynthetic: Boolean, exports: Set[String], scope: PantsScope, targetBase: Option[String], mainClass: Option[String])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseDirectory: Path
- val classesDir: Path
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dependencies: collection.Seq[String]
- def dependencyName: String
- val directoryName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val excludes: Set[String]
- val exports: Set[String]
- val extraJvmOptions: List[String]
-
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 globs: PantsGlobs
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: String
- val internalSourcesJar: Path
- def isGeneratedTarget: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isModulizable: Boolean
- val isPantsModulizable: Boolean
- val isPantsTargetRoot: Boolean
- val isSynthetic: Boolean
- val javaSources: collection.Seq[String]
- val javacOptions: List[String]
- val libraries: collection.Seq[String]
- val mainClass: Option[String]
- val name: String
-
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 pantsTargetType: PantsTargetType
- val platform: Option[String]
- val roots: PantsRoots
- val runtimePlatform: Option[String]
- val scalacOptions: List[String]
- val scope: PantsScope
- val strictDeps: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetBase: Option[String]
- val targetType: TargetType
-
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()