Next: PackageLoader class-loading, Up: PackageLoader [Index]
Answer a Set of Strings containing the filenames of the given package’s machine-generated files (relative to the directory answered by #directoryFor:)
Answer a Set of Strings containing the filenames of the given package’s required callouts (relative to the directory answered by #directoryFor:)
Answer a Directory object to the given package’s files
Answer a Set of Strings containing the features provided by the given package.
Answer a Set of Strings containing the filenames of the given package’s file-ins (relative to the directory answered by #directoryFor:)
Answer a Set of Strings containing the filenames of the given package’s files (relative to the directory answered by #directoryFor:)
Set to reload the ‘packages.xml’ file the next time it is needed.
Answer whether unavailable C callouts must generate errors or not.
Set whether unavailable C callouts must generate errors or not.
Answer a Set of Strings containing the filenames of the given package’s libraries (relative to the directory answered by #directoryFor:)
Answer a Set of Strings containing the filenames of the given package’s modules (relative to the directory answered by #directoryFor:)
Answer a Package object for the given package
Answer a Package object for the given package
Answer a Set of Strings containing the prerequisites for the given package
Reload the ‘packages.xml’ file in the image and kernel directories. The three possible places are 1) the kernel directory’s parent directory, 2) the ‘.st’ subdirectory of the user’s home directory, 3) the local image directory (in order of decreasing priority).
For a packages.xml found in the kernel directory’s parent directory, all three directories are searched. For a packages.xml found in the ‘.st’ subdirectory, only directories 2 and 3 are searched. For a packages.xml directory in the local image directory, finally, only directory 3 is searched.
Answer a Strings containing a SUnit script that describes the package’s test suite.
Next: PackageLoader class-loading, Up: PackageLoader [Index]