Interface OpenApiProcessorTest


  • public interface OpenApiProcessorTest
    (integration) test support. provides the destination folders in the targetDir depending on the targetDir layout. This information is available only after running the processor.
    • Method Detail

      • getSourceRoot

        java.lang.String getSourceRoot()
        provides the target source root folder in targetDir.
        Returns:
        the source root below the targetDir or null if the targetDir is the source root.
      • getResourceRoot

        java.lang.String getResourceRoot()
        provides the target resource root folder in targetDir.
        Returns:
        the resource root below the targetDir or null.