diff --git a/src/com/webcodepro/applecommander/ui/ImportSpecification.java b/src/com/webcodepro/applecommander/ui/ImportSpecification.java index d4a0406..2f933b5 100644 --- a/src/com/webcodepro/applecommander/ui/ImportSpecification.java +++ b/src/com/webcodepro/applecommander/ui/ImportSpecification.java @@ -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