Class DependencyManagementArtifactCoordinatesResolver

    • Field Detail

      • GRAILS_PLUGINS

        public static final java.util.Set<java.lang.String> GRAILS_PLUGINS
    • Constructor Detail

      • DependencyManagementArtifactCoordinatesResolver

        public DependencyManagementArtifactCoordinatesResolver()
      • DependencyManagementArtifactCoordinatesResolver

        public DependencyManagementArtifactCoordinatesResolver​(DependencyManagement dependencyManagement)
    • Method Detail

      • getGroupId

        public java.lang.String getGroupId​(java.lang.String artifactId)
        Description copied from interface: ArtifactCoordinatesResolver
        Gets the group id of the artifact identified by the given module. Returns null if the artifact is unknown to the resolver.
        Specified by:
        getGroupId in interface ArtifactCoordinatesResolver
        Parameters:
        artifactId - the id of the module
        Returns:
        the group id of the module
      • getArtifactId

        public java.lang.String getArtifactId​(java.lang.String id)
        Description copied from interface: ArtifactCoordinatesResolver
        Gets the artifact id of the artifact identified by the given module. Returns null if the artifact is unknown to the resolver.
        Specified by:
        getArtifactId in interface ArtifactCoordinatesResolver
        Parameters:
        id - the id of the module
        Returns:
        the artifact id of the module
      • getVersion

        public java.lang.String getVersion​(java.lang.String module)
        Description copied from interface: ArtifactCoordinatesResolver
        Gets the version of the artifact identified by the given module. Returns null if the artifact is unknown to the resolver.
        Specified by:
        getVersion in interface ArtifactCoordinatesResolver
        Parameters:
        module - the id of the module
        Returns:
        the version of the module