Uses of Class
org.machanism.machai.bindex.builder.BindexBuilder
Packages that use BindexBuilder
Package
Description
Provides core components and utilities for Bindex document management, semantic AI search, and project folder processing.
Provides builder implementations for generating Bindex documents in support of semantic, AI-powered indexing operations.
-
Uses of BindexBuilder in org.machanism.machai.bindex
Methods in org.machanism.machai.bindex that return BindexBuilderModifier and TypeMethodDescriptionstatic BindexBuilderBindexBuilderFactory.create(ProjectLayout projectLayout) Creates a BindexBuilder suitable for the given ProjectLayout type. -
Uses of BindexBuilder in org.machanism.machai.bindex.builder
Subclasses of BindexBuilder in org.machanism.machai.bindex.builderModifier and TypeClassDescriptionclassJScriptBindexBuilder provides project context and source file analysis for JavaScript/TypeScript/Vue projects.classMavenBindexBuilder provides project context and source manifest aggregation for Maven projects.classPythonBindexBuilder provides project context and manifest aggregation for Python (pyproject.toml) projects.Methods in org.machanism.machai.bindex.builder that return BindexBuilderModifier and TypeMethodDescriptionBindexBuilder.genAIProvider(org.machanism.machai.ai.manager.GenAIProvider genAIProvider) Sets the GenAIProvider for this builder.Sets the origin Bindex for update operations.