|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassPathElement
A single location in a ClassPath. The location might be a jar or a directory. In enterprise application environments, the location might be an exploded ear or a war.
| Method Summary | |
|---|---|
String |
getLocation()
Get the location of the class bytes. |
ResourceFile |
getResource(String fileName)
Get a file with a particular name |
Iterator<ClassFile> |
iterator()
Get a Iterator over the files specified by this instance |
| Method Detail |
|---|
Iterator<ClassFile> iterator()
iterator in interface Iterable<ClassFile>String getLocation()
URL constructor.
ResourceFile getResource(String fileName)
fileName - The name of the desired file (this may be a path such as META-INF/resources/com.example.group.interface)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||