Interface DependencySeed.Filter

  • Enclosing class:
    DependencySeed

    public static interface DependencySeed.Filter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAddOnFor​(java.lang.String type, java.lang.String id)
      Returns true if this dependency is an add-on for the given dependency seed.
    • Method Detail

      • isAddOnFor

        boolean isAddOnFor​(java.lang.String type,
                           java.lang.String id)
        Returns true if this dependency is an add-on for the given dependency seed.