org.deduced.controller.implementation
Class ControllerUtilities.DynamicFileNameGenerator

java.lang.Object
  extended by org.deduced.controller.implementation.ControllerUtilities.DynamicFileNameGenerator
All Implemented Interfaces:
ControllerUtilities.FileNameGenerator
Enclosing class:
ControllerUtilities

public static class ControllerUtilities.DynamicFileNameGenerator
extends java.lang.Object
implements ControllerUtilities.FileNameGenerator

DynamicFileNameFinder

Author:
Steve McDuff

Constructor Summary
ControllerUtilities.DynamicFileNameGenerator()
           
 
Method Summary
 java.lang.String getNextFileName()
          (non-Javadoc)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerUtilities.DynamicFileNameGenerator

public ControllerUtilities.DynamicFileNameGenerator()
Method Detail

getNextFileName

public java.lang.String getNextFileName()
(non-Javadoc)

Specified by:
getNextFileName in interface ControllerUtilities.FileNameGenerator
Returns:
the next file name
See Also:
ControllerUtilities.FileNameGenerator.getNextFileName()