giving access to resources from and output to files
divider can be given in xml-configuration tag. If not given divider will by default be 'tab' or '\t'
Use Interface by FWSimInterface.getLinesOfFile();
public class DBFInterface extends DatabaseInterface {
// Public Constructors
public DBFInterface(String aName, String aFileName);
// Protected Constructors
protected DBFInterface(String aName, int aPoolSize, Element
aInterfaceElement);
// Public Instance Methods public String getTablename();
returns the tablename
}
Hierarchy: java.lang.Object - FWSimInterface - DatabaseInterface - DBFInterface
Passed to: net.simplace.sim.io.resources.adapter.DBFResourceAdapter()