Packages

case class IndexCommand(output: Path = Paths.get("index.scip"), targetroot: Option[Path] = None, verbose: Boolean = false, text: Boolean = false, buildTool: Option[String] = None, cleanup: Boolean = true, packagehub: Option[String] = None, temporaryDirectory: Option[Path] = None, scipIgnoredJavacOptionPrefixes: List[String] = Nil, scipIgnoredAnnotationProcessors: List[String] = Nil, scipConfig: Option[Path] = None, bazelScipJavaBinary: Option[String] = None, bazelAspect: Path = Paths.get("aspects/scip_java.bzl"), bazelOverwriteAspectFile: Boolean = false, bazelAutorunSandboxCommand: Boolean = true, buildCommand: List[String] = Nil, indexSemanticdb: IndexSemanticdbCommand = IndexSemanticdbCommand(), app: Application = Application.default) extends Command with Product with Serializable

Annotations
@Description("Automatically generate an SCIP index in the current working directory.") @Usage("scip-java index [OPTIONS ...] -- [TRAILING_ARGUMENTS ...]") @ExampleUsage("""|# Running the `index` command with no flags should work most of the time.
|$ scip-java index""".stripMargin
)
Linear Supertypes
Serializable, Product, Equals, Command, BaseCommand, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexCommand
  2. Serializable
  3. Product
  4. Equals
  5. Command
  6. BaseCommand
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IndexCommand(output: Path = Paths.get("index.scip"), targetroot: Option[Path] = None, verbose: Boolean = false, text: Boolean = false, buildTool: Option[String] = None, cleanup: Boolean = true, packagehub: Option[String] = None, temporaryDirectory: Option[Path] = None, scipIgnoredJavacOptionPrefixes: List[String] = Nil, scipIgnoredAnnotationProcessors: List[String] = Nil, scipConfig: Option[Path] = None, bazelScipJavaBinary: Option[String] = None, bazelAspect: Path = Paths.get("aspects/scip_java.bzl"), bazelOverwriteAspectFile: Boolean = false, bazelAutorunSandboxCommand: Boolean = true, buildCommand: List[String] = Nil, indexSemanticdb: IndexSemanticdbCommand = IndexSemanticdbCommand(), app: Application = Application.default)

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: Application
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bazelAspect: Path
  7. val bazelAutorunSandboxCommand: Boolean
  8. val bazelOverwriteAspectFile: Boolean
  9. val bazelScipJavaBinary: Option[String]
  10. val buildCommand: List[String]
  11. val buildTool: Option[String]
  12. val cleanup: Boolean
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalBuildCommand(default: List[String]): List[String]
  16. def finalOutput: Path
  17. def finalTargetroot(default: Path): Path
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val indexSemanticdb: IndexSemanticdbCommand
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val output: Path
  26. val packagehub: Option[String]
  27. def process(shellable: Shellable, env: Map[String, String] = Map.empty): CommandResult
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def run(): Int
    Definition Classes
    IndexCommand → Command
  30. final def runAsFuture(): Future[Int]
    Definition Classes
    Command → BaseCommand
  31. val scipConfig: Option[Path]
  32. val scipIgnoredAnnotationProcessors: List[String]
  33. val scipIgnoredJavacOptionPrefixes: List[String]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val targetroot: Option[Path]
  36. val temporaryDirectory: Option[Path]
  37. val text: Boolean
  38. def textFlag: String
  39. val verbose: Boolean
  40. def verboseFlag: String
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def workingDirectory: Path

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Command

Inherited from BaseCommand

Inherited from AnyRef

Inherited from Any

Ungrouped