ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
jaligner.formats.FormatFactory Class Reference

Public Member Functions

void registerFormat (Format format)
 
Format getFormat (String id)
 
Collection getFormats ()
 

Static Public Member Functions

static FormatFactory getInstance ()
 

Detailed Description

Formats factory.

Author
Ahmed Moustafa (ahmed.nosp@m.@use.nosp@m.rs.sf.nosp@m..net)

Member Function Documentation

Format jaligner.formats.FormatFactory.getFormat ( String  id)

Returns an instance of Format.

Parameters
idformat id
Returns
Format or null if id not found
Collection jaligner.formats.FormatFactory.getFormats ( )

Returns a list of registered formats

Returns
Collection
static FormatFactory jaligner.formats.FormatFactory.getInstance ( )
static

Returns an instance for FormatFactory.

Returns
FormatFactory
void jaligner.formats.FormatFactory.registerFormat ( Format  format)

Registers format.

Parameters
formatinstance of format

The documentation for this class was generated from the following file: