Packages

package lsif_java

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package buildtools

Type Members

  1. class DeleteVisitor extends SimpleFileVisitor[Path]
  2. case class IndexCommand(output: Path = Paths.get("dump.lsif"), targetroot: Option[Path] = None, verbose: Boolean = false, text: Boolean = false, buildTool: Option[String] = None, cleanup: Boolean = true, buildCommand: List[String] = Nil, app: Application = Application.default) extends Command with Product with Serializable
    Annotations
    @Description("Automatically generate an LSIF index in the current working directory.") @Usage("lsif-java index [OPTIONS ...] -- [TRAILING_ARGUMENTS ...]") @ExampleUsage("""|# Running the `index` command with no flags should work most of the time.
    |$ lsif-java index""".stripMargin
    )
  3. final case class IndexSemanticdbCommand(out: Option[Path] = None, directories: List[Path] = Nil, app: Application = Application.default) extends Command with Product with Serializable
    Annotations
    @Description("Converts SemanticDB files into a single LSIF index file.") @Usage("lsif-java index-semanticdb [OPTIONS ...] [POSITIONAL ARGUMENTS ...]") @ExampleUsage("lsif-java index-semanticdb --out=myindex.lsif my/targetroot1 my/targetroot2") @CommandName("index-semanticdb")

Value Members

  1. object AbsolutePath
  2. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object Embedded
  4. object IndexCommand extends Serializable
  5. object IndexSemanticdbCommand extends Serializable
  6. object LsifJava

Ungrouped