Interface CatalogNameGenerator

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

@FunctionalInterface public interface CatalogNameGenerator
A contract how to generate the filename of the resource any catalog is written to.
Since:
1.11.0
Author:
Michael J. Simons
Soundtrack
Brad Fiedel - The Terminator (Original Motion Picture Soundtrack)
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCatalogName

      String getCatalogName()
      Returns:
      the name of the catalog which will be used as the filename.