|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaRegistry | |
|---|---|
| org.apache.commons.classscan | ** Start Here ** The metadata package provides information about available classes without loading them. |
| org.apache.commons.classscan.bcel | This package is an implementation of the org.apache.commons.classscan interfaces. |
| org.apache.commons.classscan.builtin | This package contains builtin implementations of the org.apache.commons.classscan.spi providers. |
| org.apache.commons.classscan.spi | The spi package supports plugging in providers to support additional ClassLoader types and URL schemes. |
| org.apache.commons.classscan.spi.model | The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields. |
| Uses of MetaRegistry in org.apache.commons.classscan |
|---|
| Fields in org.apache.commons.classscan declared as MetaRegistry | |
|---|---|
static MetaRegistry |
MetaRegistry.DEFAULT_REGISTRY
|
| Uses of MetaRegistry in org.apache.commons.classscan.bcel |
|---|
| Methods in org.apache.commons.classscan.bcel with parameters of type MetaRegistry | |
|---|---|
SpiClassDigester |
BcelClassDigesterFactory.createDigester(MetaRegistry metaRegistry)
|
| Uses of MetaRegistry in org.apache.commons.classscan.builtin |
|---|
| Classes in org.apache.commons.classscan.builtin that implement MetaRegistry | |
|---|---|
class |
DefaultMetaRegistry
The factory for MetaClassLoaders. |
| Methods in org.apache.commons.classscan.builtin with parameters of type MetaRegistry | |
|---|---|
SpiClassPathElement |
DefaultClassPathElementFactory.getClassPathElement(MetaRegistry metaRegistry,
URL url)
|
| Uses of MetaRegistry in org.apache.commons.classscan.spi |
|---|
| Methods in org.apache.commons.classscan.spi with parameters of type MetaRegistry | |
|---|---|
SpiClassDigester |
ClassDigesterFactory.createDigester(MetaRegistry metaRegistry)
Create a SpiClassDigester. |
SpiClassPathElement |
ClassPathElementFactory.getClassPathElement(MetaRegistry metaRegistry,
URL url)
Create a ClassPathElement for a URL |
| Uses of MetaRegistry in org.apache.commons.classscan.spi.model |
|---|
| Subinterfaces of MetaRegistry in org.apache.commons.classscan.spi.model | |
|---|---|
interface |
SpiMetaRegistry
The entry point for providers to find/create information about the ClassPath and the classes available from the ClassPath. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||