|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.ClassDirectory
A conceptual directory which holds Java class files. Since Java can use archived class files found in a compressed ("zip") file, this entity may or may not correspond to an actual directory on disk.
Constructor Summary | |
(package private) |
ClassDirectory()
|
Method Summary | |
abstract ClassDescription |
getClassFile(java.lang.String name)
Returns a ClassDescription object that can give the data of the classfile for the named class. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
ClassDirectory()
Method Detail |
public abstract ClassDescription getClassFile(java.lang.String name)
name
- The name of the class, using '/'-es instead of dots in the package name
part, but does NOT have ".class" at the end of the class name.null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |