Uses of Interface
org.infinispan.factories.components.ModuleMetadataFileFinder
-
Packages that use ModuleMetadataFileFinder Package Description org.infinispan.factories.components 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.factories.components
Method parameters in org.infinispan.factories.components with type arguments of type ModuleMetadataFileFinder Modifier and Type Method Description void
ComponentMetadataRepo. initialize(Iterable<ModuleMetadataFileFinder> moduleMetadataFiles, ClassLoader cl)
Initializes this repository. -
Uses of ModuleMetadataFileFinder in org.infinispan.util
Methods in org.infinispan.util that return types with arguments of type ModuleMetadataFileFinder Modifier and Type Method Description static Iterable<ModuleMetadataFileFinder>
ModuleProperties. getModuleMetadataFiles(ClassLoader cl)
Retrieves an Iterable containing metadata file finders declared by each module.
-