AST
class FolderPart

General Info

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

Description

Member Filters

API level:

Aspect:

Constructors

public FolderPart(java.io.File folder)

Methods

public boolean hasPackage(java.lang.String name)
Overrides:hasPackage in class PathPart
Parameters:
name - The qualified package name
Returns:
true if the given package exists in this source folder
public boolean hasCompilationUnit(java.lang.String canonicalName)
public boolean selectCompilationUnit(java.lang.String canonicalName)
                              throws java.io.IOException
public java.lang.String toString()

Inherited Members

Methods inherited from class AST.PathPart

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
wait
wait
wait

Fields inherited from AST.PathPart