org.apache.any23.extractor
Interface ExtractorDescription

All Known Subinterfaces:
ExtractorFactory<T>
All Known Implementing Classes:
SimpleExtractorFactory

public interface ExtractorDescription

It defines a minimal signature for an Extractor description.


Method Summary
 String getExtractorName()
          Returns the name of the extractor.
 Prefixes getPrefixes()
          An instance defining the prefixes supported by this extractor.
 

Method Detail

getExtractorName

String getExtractorName()
Returns the name of the extractor.

Returns:
a name.

getPrefixes

Prefixes getPrefixes()
An instance defining the prefixes supported by this extractor.

Returns:
prefixes instance.


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.