|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetaClassPathElement
Information about a code location. A code location may be a file folder, or a jar, or other packaged location
| Method Summary | |
|---|---|
MetaClass |
getMetaClass(String className)
Get metadata about a Class which is available in the code location. |
Collection<? extends MetaClass> |
getMetaClasses()
Get metadata about the Classes which are available in the code location. |
String |
getName()
Get the name of the location of the jar or folder. |
| Method Detail |
|---|
Collection<? extends MetaClass> getMetaClasses()
MetaClass getMetaClass(String className)
className - The canonical className of the desired Class
String getName()
URI or URL constructor.
getName in interface HasName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||