Package hec.io
Class DBFFileNameFactory
java.lang.Object
hec.io.DBFFileNameFactory
This is a file name factory used by the AbstractDBFDataStorage object to generate file names based on class types
- Since:
- 14 November 2000
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFileNameforClass
(String classType) This returns a relative file name to a dbf file based on a class typestatic void
setFileNameForClass
(String classType, String path)
-
Constructor Details
-
DBFFileNameFactory
public DBFFileNameFactory()
-
-
Method Details
-
getFileNameforClass
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
-