Uses of Interface
org.apache.any23.configuration.Configuration

Packages that use Configuration
org.apache.any23 TODO fillme 
org.apache.any23.configuration TODO fillme 
org.apache.any23.extractor TODO fillme 
 

Uses of Configuration in org.apache.any23
 

Constructors in org.apache.any23 with parameters of type Configuration
Any23(Configuration configuration)
          Constructor accepting Configuration.
Any23(Configuration configuration, ExtractorGroup extractorGroup)
          Constructor that allows the specification of a custom configuration and of a list of extractors.
Any23(Configuration configuration, String... extractorNames)
          Constructor that allows the specification of a custom configuration and of list of extractor names.
 

Uses of Configuration in org.apache.any23.configuration
 

Subinterfaces of Configuration in org.apache.any23.configuration
 interface ModifiableConfiguration
          Modifiable implementation of Configuration.
 

Classes in org.apache.any23.configuration that implement Configuration
 class DefaultConfiguration
          Default implementation of Configuration.
 class DefaultModifiableConfiguration
          Default implementation of ModifiableConfiguration.
 

Uses of Configuration in org.apache.any23.extractor
 

Methods in org.apache.any23.extractor with parameters of type Configuration
static ExtractionParameters ExtractionParameters.newDefault(Configuration c)
           
 

Constructors in org.apache.any23.extractor with parameters of type Configuration
ExtractionParameters(Configuration configuration, ExtractionParameters.ValidationMode extractionMode)
          Constructor.
ExtractionParameters(Configuration configuration, ExtractionParameters.ValidationMode extractionMode, boolean nesting)
          Constructor, allows to set explicitly the value for flag SingleDocumentExtraction.METADATA_NESTING_FLAG.
ExtractionParameters(Configuration configuration, ExtractionParameters.ValidationMode extractionMode, Map<String,Boolean> extractionFlags, Map<String,String> extractionProperties)
          Constructor.
SingleDocumentExtraction(Configuration configuration, DocumentSource in, ExtractorFactory<?> factory, TripleHandler output)
          Builds an extractor by the specification of document source, extractors factory and output triple handler.
SingleDocumentExtraction(Configuration configuration, DocumentSource in, ExtractorGroup extractors, TripleHandler output)
          Builds an extractor by the specification of document source, list of extractors and output triple handler.
 



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