Uses of Interface
com.arsdigita.search.converter.Converter

Packages that use Converter
com.arsdigita.search.converter   
 

Uses of Converter in com.arsdigita.search.converter
 

Classes in com.arsdigita.search.converter that implement Converter
 class BaseConverter
          This class provides the mechanism to perform a conversion from Excel to standard text
 class ExcelConverter
          This class provides the mechanism to perform a conversion from Excel to standard text
 class OOConverter
          This class provides the mechanism to perform a conversion from OpenOffice files to standard text.
 class PDFConverter
          This class provides the mechanism to perform a conversion from PDF to standard text
 class TextConverter
          this class exists to ensure that text attachments are also indexed.
 class WordConverter
          This class provides the mechanism to perform a conversion from Word to standard text
 

Methods in com.arsdigita.search.converter that return Converter
static Converter ConverterRegistry.getConverter(MimeType mimeType)
          This will return the appropriate converter, if one has been registered.
 

Methods in com.arsdigita.search.converter with parameters of type Converter
static void ConverterRegistry.registerConverter(Converter converter, MimeType[] mimeTypes)
          Initializers should register their converters here.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC