Interface DocumentBuilderCustomizer
-
public interface DocumentBuilderCustomizer
Extension point which needs to be registered with the Whiteboard attached to Options
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(DocumentNodeStoreBuilder<?> builder)
-
-
-
Method Detail
-
customize
void customize(DocumentNodeStoreBuilder<?> builder) throws IOException
- Throws:
IOException
-
-