Class BindexRegister

java.lang.Object
All Implemented Interfaces:
Closeable, AutoCloseable

public class BindexRegister extends BindexProjectProcessor implements Closeable
BindexRegister handles registration and update of Bindex documents for given projects, leveraging Picker for registration id management.

Usage Example:

     try(BindexRegister register = new BindexRegister(provider)) {
         register.processFolder(layout);
     }
 
This class supports registration, ID lookup, and document update via Picker.
Since:
0.0.2
Author:
Viktor Tovstyi
See Also: