Interface ModuleToConfigDirectoryIndex

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.nio.file.Path> findConfigurationDirectories​(java.lang.String groupId, java.lang.String artifactId)
      Returns the directories containing the candidate configurations for the given module.
    • Method Detail

      • findConfigurationDirectories

        java.util.Set<java.nio.file.Path> findConfigurationDirectories​(java.lang.String groupId,
                                                                       java.lang.String artifactId)
        Returns the directories containing the candidate configurations for the given module.
        Parameters:
        groupId - the group of the module
        artifactId - the artifact of the module
        Returns:
        the configuration directory