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.
 
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
 
- 
Method Details
- 
getCatalogName
String getCatalogName()- Returns:
 - the name of the catalog which will be used as the filename.
 
 
 -