Package io.openapiprocessor.test.api
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetResourceRoot()provides the target resource root folder in targetDir.java.lang.StringgetSourceRoot()provides the target source root folder in targetDir.
-
-
-
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.
-
-