AST
class ZipFilePart

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.PathPart
      extended by AST.ZipFilePart

Description

Loads class files from a zip file (Jar file)

Member Filters

API level:

Aspect:

Constructors

public ZipFilePart(java.util.zip.ZipFile file,
                   java.lang.String path)
public ZipFilePart(java.util.zip.ZipFile file)

Methods

public boolean hasPackage(java.lang.String name)
public boolean selectCompilationUnit(java.lang.String canonicalName)
                              throws java.io.IOException

Inherited Members

Methods inherited from class AST.PathPart

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait

Fields inherited from AST.PathPart