Added new constructure that additionally allows the filetype to

be specified.
This commit is contained in:
Robert Greene 2003-02-17 04:42:39 +00:00
parent d7ede02518
commit 61d3875500

View File

@ -39,6 +39,15 @@ public class ImportSpecification {
this.sourceFilename = sourceFilename;
this.targetFilename = targetFilename;
}
/**
* Create the ImportSpecification with default values.
*/
public ImportSpecification(String sourceFilename, String targetFilename,
String filetype) {
this.sourceFilename = sourceFilename;
this.targetFilename = targetFilename;
this.filetype = filetype;
}
/**
* Returns the address.
* @return int