|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.ClassDirectory | +--at.dms.classfile.DirClassDirectory
An implementation of a conceptual directory which holds Java class files, using a file system directory.
Constructor Summary | |
DirClassDirectory(java.io.File dir)
Constructs a class directory representing a real directory. |
Method Summary | |
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 |
public DirClassDirectory(java.io.File dir)
Method Detail |
public ClassDescription getClassFile(java.lang.String name)
getClassFile
in class ClassDirectory
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 |