edu.mit.ai.psg.jevaES
Interface IPackage
- All Known Implementing Classes:
- Package
- public abstract interface IPackage
IPackage is an interface for internal representations of known packages to
store and retrieve the classes defined within them.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
- See Also:
Package
getFullName
public String getFullName()
getSimpleName
public String getSimpleName()
getClass
public Class getClass(String simpleClassName)
getIPackage
public IPackage getIPackage(String simplePackageName,
boolean suppressPackageNameChecks)
- creates new IPackage if name is unknown.
If suppressPackageNameChecks, don't check name against classpath.