Uses of Class
be.gaudry.model.file.AbstractFileParser
Package
Description
-
Uses of AbstractFileParser in be.gaudry.bibliobrol.dao.derby.tools
Modifier and TypeClassDescriptionclass
This is the first version ofImagesDirectoryParser
, that parses all files before inserting matching files into the database.class
Allows an asynchonous parsing a directory to read images to store into the Derby database.
The images name must respect this format x.ext where x is the item identifier in the database. If an image exists in the database, default behavior does not replace the database image.class
class
-
Uses of AbstractFileParser in be.gaudry.model.file.mreport
Modifier and TypeClassDescriptionclass
Provided by the broldev.file.mediareporter.model project. -
Uses of AbstractFileParser in be.gaudry.model.file.parser
Modifier and TypeClassDescriptionclass
File parser, returns the count of sub filesclass
Basic parser, reports all filesclass
File parser, returns the count of sub filesclass
File size parser, reports some files size rangesclass
TODO: allow files exclusions (ie.class
Provided by the broldev.file.finder.model project. -
Uses of AbstractFileParser in be.gaudry.model.file.renamer.old
-
Uses of AbstractFileParser in be.gaudry.model.file.renamer.parsers
-
Uses of AbstractFileParser in be.gaudry.model.photo.parser
Modifier and TypeClassDescriptionclass
Implementation of theTransfertPhotosParser
using an ImageMetadataReader.class
set the origine and destination, for each file, extract meta, if dest dir with date (YYYY_MM_DD camera_model) does not exists, create it, copy file, check if dest file exists with same date (add counter after filename if exists) paste file into dest subdir with new name Provided by the broldev.all.ribbon.launcher project. -
Uses of AbstractFileParser in be.gaudry.model.tools.gps
Modifier and TypeClassDescriptionclass
set the origine and destination, for each file, extract meta, if dest dir with date (YYYY_MM_DD camera_model) does not exists, create it, copy file, check if dest file exists with same date (add counter after filename if exists) paste file into dest subdir with new name Provided by the broldev.all.ribbon.launcher project. -
Uses of AbstractFileParser in be.gaudry.swing.file.action