Interface FillExtension.Download.NameResolver

Enclosing interface:
FillExtension.Download
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @NullMarked public static interface FillExtension.Download.NameResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String project, String family, String version, int build)
    Resolves the file name for the download.
  • Method Details

    • name

      String name(String project, String family, String version, int build)
      Resolves the file name for the download.
      Parameters:
      project - the project name
      family - the version family name
      version - the version name
      build - the build number
      Returns:
      the file name for the download