Class Index | File Index

Classes


Class Garmin.DirectoryFactory

Garmin.DirectoryFactory
Defined in: GarminDirectoryFactory.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A factory that can produce a Garmin.Directory object given directory xml.
Method Summary
Method Attributes Method Name and Description
<static>  
Garmin.DirectoryFactory.getActivityFiles(files)
Takes in a list of any file type and returns a list of only activity file types.
Class Detail
Garmin.DirectoryFactory()
A factory that can produce a Garmin.Directory object given directory xml. Currently this is for FIT support, but this may be extended later for other types.
Requires:
Garmin.File, Garmin.FileId
Method Detail
<static> Garmin.DirectoryFactory.getActivityFiles(files)
Takes in a list of any file type and returns a list of only activity file types.
Parameters:
files
{Array} list of Garmin.File objects of any type produced from the factory

Documentation generated by JsDoc Toolkit 2.0.0 on Mon Aug 17 2009 09:13:59 GMT-0700 (PDT)