Interface ProcessorFactory


  • public interface ProcessorFactory
    An implementation of the AsciidoctorJ API has to implement this interface. Every instance of a Processor will call this method to get a delegate of the Processor interface that has to implement functionalities like creating AST nodes etc.
    • Method Detail

      • createProcessorDelegate

        Processor createProcessorDelegate()