java.lang.Object
io.quarkus.annotation.processor.documentation.config.merger.ModelMerger

public final class ModelMerger extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    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(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).
    mergeModel(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(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).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • mergeModel

      public static MergedModel mergeModel(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(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).