package lsif_java
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package buildtools
Type Members
- class DeleteVisitor extends SimpleFileVisitor[Path]
- 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)
- 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
- object AbsolutePath
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object Embedded
- object IndexCommand extends Serializable
- object IndexSemanticdbCommand extends Serializable
- object LsifJava