org.extendj.ast
class JarFilePath

General Info

Type Hierarchy:
java.lang.Object
  extended by org.extendj.ast.PathPart
      extended by org.extendj.ast.JarFilePath

Description

Source
Declared in /home/jesper/git/extendj/java4/frontend/PathPart.jadd at line 510
Aspect
PathPart

Member Filters

API level:

Aspect:

Constructors

public JarFilePath(java.lang.String jarPath)
            throws java.io.IOException
public JarFilePath(java.io.File jarFile)
            throws java.io.IOException

Methods

public java.lang.String getPath()
public boolean hasPackage(java.lang.String name)
Caches the package index from the Jar file so that subsequent calls to this method are quicker.
Specified by:hasPackage in class PathPart
Returns:
true if the given package name exists in this path part
public ClassSource findSource(java.lang.String name)
public java.lang.String toString()

Inherited Members

Methods inherited from class org.extendj.ast.PathPart

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
wait
wait
wait

Fields inherited from org.extendj.ast.PathPart