Uses of Class
org.modeshape.common.component.ComponentConfig

Packages that use ComponentConfig
org.modeshape.common.component A simple framework for loading and managing Component objects that may be configured and used reflectively. 
org.modeshape.graph.mimetype This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. 
org.modeshape.graph.text This package defines an interface for components that extract text from content. 
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
 

Uses of ComponentConfig in org.modeshape.common.component
 

Classes in org.modeshape.common.component with type parameters of type ComponentConfig
 interface Component<T extends ComponentConfig>
          The interface for a ModeShape component, which sequences nodes and their content to extract additional information from the information.
 class ComponentLibrary<ComponentType,ConfigType extends ComponentConfig>
          Maintains the list of component instances for the system.
 

Methods in org.modeshape.common.component with parameters of type ComponentConfig
 int ComponentConfig.compareTo(ComponentConfig that)
          
 boolean ComponentConfig.hasChanged(ComponentConfig component)
          Determine whether this component has changed with respect to the supplied component.
 

Uses of ComponentConfig in org.modeshape.graph.mimetype
 

Subclasses of ComponentConfig in org.modeshape.graph.mimetype
 class MimeTypeDetectorConfig
          A configuration for a MimeTypeDetector component.
 

Uses of ComponentConfig in org.modeshape.graph.text
 

Subclasses of ComponentConfig in org.modeshape.graph.text
 class TextExtractorConfig
          A configuration for a TextExtractor component.
 

Uses of ComponentConfig in org.modeshape.sequencer.ddl
 

Subclasses of ComponentConfig in org.modeshape.sequencer.ddl
 class DdlParserConfig
          A ComponentConfig implementation to support various parser configurations.
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.