|
||||||||||
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.ZipClassDirectory
An implementation of a conceptual directory which holds Java class files, using a zip or jar file in the file system.
Constructor Summary | |
ZipClassDirectory(java.io.File zip)
Constructs a class directory implemented by a .zip or .jar file. |
|
ZipClassDirectory(java.util.zip.ZipFile zip)
Constructs a class directory implemented by a .zip or .jar file. |
Method Summary | |
ClassDescription |
getClassFile(java.lang.String name)
Returns a ClassDescription object that represents the named class. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ZipClassDirectory(java.io.File zip) throws java.io.IOException
public ZipClassDirectory(java.util.zip.ZipFile zip)
Method Detail |
public ClassDescription getClassFile(java.lang.String name)
getClassFile
in class ClassDirectory
name
- The name of the class.null
if this ClassDirectory does not contain the named
class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |