|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassPathElement | |
|---|---|
| org.apache.commons.classscan | ** Start Here ** The metadata package provides information about available classes without loading them. |
| org.apache.commons.classscan.builtin | This package contains builtin implementations of the org.apache.commons.classscan.spi providers. |
| 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 ClassPathElement in org.apache.commons.classscan |
|---|
| Methods in org.apache.commons.classscan that return types with arguments of type ClassPathElement | |
|---|---|
List<? extends ClassPathElement> |
ClassPath.getClassPathElements()
Get the collection of file base locations specified by this instance |
Map<ClassPathElement,ResourceFile> |
ClassPath.getResources(String fileName)
Get files with a particular name |
| Uses of ClassPathElement in org.apache.commons.classscan.builtin |
|---|
| Classes in org.apache.commons.classscan.builtin that implement ClassPathElement | |
|---|---|
class |
FileClassPathElement
|
class |
JarClassPathElement
|
| Methods in org.apache.commons.classscan.builtin that return types with arguments of type ClassPathElement | |
|---|---|
List<? extends ClassPathElement> |
UrlClassPath.getClassPathElements()
|
List<? extends ClassPathElement> |
BootstrapClassPath.getClassPathElements()
|
Map<ClassPathElement,ResourceFile> |
UrlClassPath.getResources(String fileName)
|
Map<ClassPathElement,ResourceFile> |
BootstrapClassPath.getResources(String fileName)
|
| Methods in org.apache.commons.classscan.builtin with parameters of type ClassPathElement | |
|---|---|
SpiMetaClassPathElement |
DefaultMetaRegistry.createMetaClassPathElement(ClassPathElement pathElement)
|
| Method parameters in org.apache.commons.classscan.builtin with type arguments of type ClassPathElement | |
|---|---|
void |
UrlClassPath.searchElements(Map<String,ClassPathElement> visited,
Map<ClassPathElement,ResourceFile> resources,
Collection<SpiClassPathElement> elements,
String fileName)
|
void |
UrlClassPath.searchElements(Map<String,ClassPathElement> visited,
Map<ClassPathElement,ResourceFile> resources,
Collection<SpiClassPathElement> elements,
String fileName)
|
| Constructors in org.apache.commons.classscan.builtin with parameters of type ClassPathElement | |
|---|---|
DefaultMetaClassPathElement(SpiMetaRegistry metaRegistry,
ClassPathElement classPathElement)
|
|
| Uses of ClassPathElement in org.apache.commons.classscan.spi.model |
|---|
| Subinterfaces of ClassPathElement in org.apache.commons.classscan.spi.model | |
|---|---|
interface |
SpiClassPathElement
A single location in a ClassPath. |
| Methods in org.apache.commons.classscan.spi.model with parameters of type ClassPathElement | |
|---|---|
SpiMetaClassPathElement |
SpiMetaRegistry.createMetaClassPathElement(ClassPathElement pathElement)
Create SpiMetaClassPathElement from a ClassPathElement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||