package generic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AmendOptions(projects: List[String] = Nil, newTargets: List[String] = Nil, open: OpenOptions = OpenOptions(), export: ExportOptions = ExportOptions(), common: SharedOptions = SharedOptions()) extends Product with Serializable
- case class CreateOptions(targets: List[String] = Nil, name: Option[String] = None, bazel: Boolean = true, forcePants: Boolean = false, ignoreCache: Boolean = false, stopAfterCache: Boolean = false, export: ExportOptions = ExportOptions.default, open: OpenOptions = OpenOptions.default, common: SharedOptions = SharedOptions.default) extends Product with Serializable
- case class CurrentOptions(common: SharedOptions = SharedOptions()) extends Product with Serializable
- case class ExportOptions(sources: SourcesMode = SourcesMode.Default, strictDeps: StrictDepsMode = StrictDepsMode.Default, coursierBinary: Option[Path] = None, noBloopExit: Boolean = false, mergeTargetsInSameDirectory: Boolean = false) extends Product with Serializable
- sealed abstract class ImportMode extends AnyRef
- case class InfoOptions(projects: List[String] = Nil, common: SharedOptions = SharedOptions()) extends Product with Serializable
- case class ListProjects(common: SharedOptions = SharedOptions()) extends Product with Serializable
- case class OpenOptions(intellij: Boolean = false, intellijLauncher: Option[String] = None, vscode: Boolean = false, projects: List[String] = Nil, strict: Boolean = true, common: SharedOptions = SharedOptions.default) extends Product with Serializable
- case class Project(common: SharedOptions, name: String, targets: List[String], root: ProjectRoot, sources: SourcesMode, strictDeps: StrictDepsMode, importMode: ImportMode) extends Product with Serializable
- case class ProjectRoot(bspRoot: AbsolutePath) extends Product with Serializable
- case class RefreshOptions(projects: List[String] = Nil, update: Boolean = false, ignoreCache: Boolean = false, stopAfterCache: Boolean = false, export: ExportOptions = ExportOptions.default, open: OpenOptions = OpenOptions.default, common: SharedOptions = SharedOptions()) extends Product with Serializable
- case class RemoveOptions(projects: List[String] = Nil, common: SharedOptions = SharedOptions()) extends Product with Serializable
- case class SharedOptions(workspace: Path = PathIO.workingDirectory.toNIO, pants: Option[Path] = None, bazelPath: Option[Path] = None) extends Product with Serializable
- sealed abstract class SourcesMode extends AnyRef
- case class SwitchOptions(projects: List[String] = Nil, common: SharedOptions = SharedOptions.default) extends Product with Serializable
Value Members
- object AmendCommand extends Command[AmendOptions]
- object AmendOptions extends Serializable
- object BloopGlobalSettings
- object CreateCommand extends Command[CreateOptions]
- object CreateOptions extends Serializable
- object CurrentCommand extends Command[CurrentOptions]
- object CurrentOptions extends Serializable
- object DependencyResolution
- object ExportOptions extends Serializable
- object ImportMode
- object InfoCommand extends Command[InfoOptions]
- object InfoOptions extends Serializable
- object IntelliJ
- object ListCommand extends Command[ListProjects]
- object ListProjects extends Serializable
- object OpenCommand extends Command[OpenOptions]
- object OpenOptions extends Serializable
- object Project extends Serializable
- object RefreshCommand extends Command[RefreshOptions]
- object RefreshOptions extends Serializable
- object RemoveCommand extends Command[RemoveOptions]
- object RemoveOptions extends Serializable
- object SharedCommand
- object SharedOptions extends Serializable
- object SourcesMode
- object SwitchCommand extends Command[SwitchOptions]
- object SwitchOptions extends Serializable
- object VSCode