Class ModelMerger
java.lang.Object
io.quarkus.annotation.processor.documentation.config.merger.ModelMerger
-
Method Summary
Modifier and TypeMethodDescriptionstatic MergedModelmergeModel(JavadocRepository javadocRepository, List<Path> buildOutputDirectories) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).static MergedModelmergeModel(JavadocRepository javadocRepository, List<Path> buildOutputDirectories, boolean mergeCommonOrInternalExtensions) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).static MergedModelmergeModel(List<Path> buildOutputDirectories) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).static MergedModelmergeModel(List<Path> buildOutputDirectories, boolean mergeCommonOrInternalExtensions) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).
-
Method Details
-
mergeModel
Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned). -
mergeModel
public static MergedModel mergeModel(JavadocRepository javadocRepository, List<Path> buildOutputDirectories) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned). -
mergeModel
public static MergedModel mergeModel(List<Path> buildOutputDirectories, boolean mergeCommonOrInternalExtensions) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned). -
mergeModel
public static MergedModel mergeModel(JavadocRepository javadocRepository, List<Path> buildOutputDirectories, boolean mergeCommonOrInternalExtensions) Merge all the resolved models obtained from a list of build output directories (e.g. in the case of Maven, the list of target/ directories found in the parent directory scanned).
-