public interface PicImporter
Modifier and Type | Method and Description |
---|---|
Document |
analyzePic(java.lang.String fname,
java.lang.String customDate)
Get some info about how this new import pic relates to our library
|
java.util.List<java.io.File> |
getPicNamesToImport()
Scan the camera's file system and return a list of Files that need importing
|
Document |
importPic(int rid,
java.lang.String odir,
java.lang.String iname,
java.lang.String oname)
Import a single pic from the "camera" to the the pictures file system.
|
java.util.List<java.io.File> getPicNamesToImport()
File
s of jpgsDocument importPic(int rid, java.lang.String odir, java.lang.String iname, java.lang.String oname)
rid
- The rootIdodir
- The output directory "2008/20080126"iname
- The input filename "100_0877.JPG"oname
- The output pic name "b2008012660"ImportPicsDom
status document describing the status of the importDocument analyzePic(java.lang.String fname, java.lang.String customDate)
fname
- The name of the import file to examinecustomDate
- If the user set a custom date for this pic. null if undefined.ImportAnalyzeDom
status document describing stuff about this pic