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

Packages that use ComponentLibrary
org.modeshape.graph.text This package defines an interface for components that extract text from content. 
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of ComponentLibrary in org.modeshape.graph.text
 

Methods in org.modeshape.graph.text that return ComponentLibrary
 ComponentLibrary<TextExtractor,TextExtractorConfig> TextExtractors.getLibrary()
           
 

Uses of ComponentLibrary in org.modeshape.repository.sequencer
 

Subclasses of ComponentLibrary in org.modeshape.repository.sequencer
 class SequencerLibrary
          A library of Sequencer components.
 

Methods in org.modeshape.repository.sequencer that return ComponentLibrary
protected  ComponentLibrary<Sequencer,SequencerConfig> SequencingService.getSequencerLibrary()
           
 



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