Class BindexCreator

java.lang.Object

public class BindexCreator extends BindexProjectProcessor
BindexCreator is responsible for generating and updating Bindex representation files for the supplied project layout using a GenAIProvider.

Usage example:

 BindexCreator creator = new BindexCreator(provider, true);
 creator.processFolder(layout);
 
This class can update or create Bindex documents based on the model provided by the builder and the current contents in the project directory.
Since:
0.0.2
Author:
Viktor Tovstyi
See Also: