Package emissary.output.io
Class SimpleFileNameGenerator
- java.lang.Object
-
- emissary.output.io.SimpleFileNameGenerator
-
- All Implemented Interfaces:
FileNameGenerator
public class SimpleFileNameGenerator extends Object implements FileNameGenerator
-
-
Constructor Summary
Constructors Constructor Description SimpleFileNameGenerator()
Creates a file name generator for BUD files
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextFileName()
Returns the next unique filename from this generator.
-
-
-
Method Detail
-
nextFileName
public String nextFileName()
Returns the next unique filename from this generator.- Specified by:
nextFileName
in interfaceFileNameGenerator
- See Also:
FileNameGenerator.nextFileName()
-
-