Interface ExcludeRule


  • public interface ExcludeRule
    An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GROUP_KEY  
      static java.lang.String MODULE_KEY  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGroup()
      The exact name of the organization or group that should be excluded.
      java.lang.String getModule()
      The exact name of the module that should be excluded.
    • Method Detail

      • getGroup

        java.lang.String getGroup()
        The exact name of the organization or group that should be excluded.
      • getModule

        java.lang.String getModule()
        The exact name of the module that should be excluded.