Package hec.io

Class DBFFileNameFactory

java.lang.Object
hec.io.DBFFileNameFactory

public class DBFFileNameFactory extends Object
This is a file name factory used by the AbstractDBFDataStorage object to generate file names based on class types
Since:
14 November 2000
  • Constructor Details

    • DBFFileNameFactory

      public DBFFileNameFactory()
  • Method Details

    • getFileNameforClass

      public static String getFileNameforClass(String classType)
      This returns a relative file name to a dbf file based on a class type
      Parameters:
      classType - The string representaion for a data object class
      Returns:
      the relative file path to the file for that data object
    • setFileNameForClass

      public static void setFileNameForClass(String classType, String path)