Interface ModuleDependency.Filter

    • Method Detail

      • of

        static ModuleDependency.Filter of​(String path,
                                          boolean include)
        Creates a new path filter.
        Parameters:
        path - the path to filter
        include - whether the filter should be an include or exclude
        Returns:
        a new filter
      • path

        String path()
        The relative path of the filter
        Returns:
        the relative path
      • include

        boolean include()
        Whether the filter should be an include or exclude.
        Returns:
        true for an include filter, false for an exclude filter