Uses of Class
be.gaudry.model.file.AbstractFileParser
Packages that use AbstractFileParser
Package
Description
-
Uses of AbstractFileParser in be.gaudry.bibliobrol.dao.derby.tools
Subclasses of AbstractFileParser in be.gaudry.bibliobrol.dao.derby.toolsModifier and TypeClassDescriptionclassThis is the first version ofImagesDirectoryParser, that parses all files before inserting matching files into the database.classAllows 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.classclass -
Uses of AbstractFileParser in be.gaudry.model.file.mreport
Subclasses of AbstractFileParser in be.gaudry.model.file.mreportModifier and TypeClassDescriptionclassProvided by the broldev.file.mediareporter.model project. -
Uses of AbstractFileParser in be.gaudry.model.file.parser
Subclasses of AbstractFileParser in be.gaudry.model.file.parserModifier and TypeClassDescriptionclassFile parser, returns the count of sub filesclassBasic parser, reports all filesclassFile parser, returns the count of sub filesclassFile size parser, reports some files size rangesclassTODO: allow files exclusions (ie.classProvided by the broldev.file.finder.model project. -
Uses of AbstractFileParser in be.gaudry.model.file.renamer.old
Subclasses of AbstractFileParser in be.gaudry.model.file.renamer.old -
Uses of AbstractFileParser in be.gaudry.model.file.renamer.parsers
Subclasses of AbstractFileParser in be.gaudry.model.file.renamer.parsers -
Uses of AbstractFileParser in be.gaudry.model.photo.parser
Subclasses of AbstractFileParser in be.gaudry.model.photo.parserModifier and TypeClassDescriptionclassImplementation of theTransfertPhotosParserusing an ImageMetadataReader.classset 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
Subclasses of AbstractFileParser in be.gaudry.model.tools.gpsModifier and TypeClassDescriptionclassset 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
Methods in be.gaudry.swing.file.action that return AbstractFileParser