Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.factories.components.ModuleMetadataFileFinder

Packages that use ModuleMetadataFileFinder
org.infinispan.cli.interpreter   
org.infinispan.factories.components   
org.infinispan.query   
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Uses of ModuleMetadataFileFinder in org.infinispan.cli.interpreter
 

Classes in org.infinispan.cli.interpreter that implement ModuleMetadataFileFinder
 class InterpreterMetadataFileFinder
           
 

Uses of ModuleMetadataFileFinder in org.infinispan.factories.components
 

Method parameters in org.infinispan.factories.components with type arguments of type ModuleMetadataFileFinder
 void ComponentMetadataRepo.initialize(Iterable<ModuleMetadataFileFinder> moduleMetadataFiles, ClassLoader cl)
          Initializes this repository.
 

Uses of ModuleMetadataFileFinder in org.infinispan.query
 

Classes in org.infinispan.query that implement ModuleMetadataFileFinder
 class QueryMetadataFileFinder
           
 

Uses of ModuleMetadataFileFinder in org.infinispan.util
 

Methods in org.infinispan.util that return types with arguments of type ModuleMetadataFileFinder
static Iterable<ModuleMetadataFileFinder> ModuleProperties.getModuleMetadataFiles(ClassLoader cl)
          Retrieves an Iterable containing metadata file finders declared by each module.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.