object PantsConfiguration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PantsConfiguration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
baseDirectory(workspace: AbsolutePath, target: String): AbsolutePath
Returns the nearest enclosing directory of a Pants target
- def baseDirectoryString(target: String): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- def outputFilename(targets: List[String]): String
- def outputFilename(target: String): String
- def pantsTargetsFromGson(elem: JsonElement, original: Option[JsonElement] = None): Either[String, List[String]]
-
def
sourceRoots(workspace: AbsolutePath, pantsTargets: List[String]): List[AbsolutePath]
Returns the toplevel directories that enclose all of the target.
Returns the toplevel directories that enclose all of the target.
For example, this method returns the directories
a/srcandbgiven the targets below:- a/src:foo - a/src/inner:bar - b:b - b/inner:c
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def targetsFromSpaceSeparatedString(string: String): List[String]
-
def
toBloopBuildTarget(projectBaseDir: AbsolutePath, id: String): BuildTargetIdentifier
Converts a Pants target into a Bloop BSP target URI.
Converts a Pants target into a Bloop BSP target URI.
Copy-pasted from https://github.com/scalacenter/bloop/blob/0bb8e1c2750c555f6414165d90f769dd52d105b8/frontend/src/main/scala/bloop/bsp/ProjectUris.scala#L32
-
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()