Next: Package-still unclassified, Previous: Package class-instance creation, Up: Package [Index]
Not commented.
Not commented.
Not commented.
Not commented.
Not commented.
Not commented.
Not commented.
Not commented.
Not commented.
Answer ‘baseDirectories’.
Check if it’s possible to resolve the names in the package according to the base directories in baseDirectories, which depend on where the packages.xml is found: the three possible places are 1) the system kernel directory’s parent directory, 2) the local kernel directory’s parent directory, 3) the local image directory (in order of decreasing priority).
For a packages.xml found in the system kernel directory’s parent directory, all three directories are searched. For a packages.xml found in the local kernel directory’s parent directory, only directories 2 and 3 are searched. For a packages.xml directory in the local image directory, instead, only directory 3 is searched.
Answer a (modifiable) OrderedCollection of files that are part of the package but are not distributed.
Answer a (modifiable) Set of call-outs that are required to load the package. Their presence is checked after the libraries and modules are loaded so that you can do a kind of versioning.
Answer the base directory from which to load the package.
Answer a (modifiable) Set of features provided by the package.
Answer a (modifiable) OrderedCollections of files that are to be filed-in to load the package. This is usually a subset of ‘files’ and ‘builtFiles’.
Answer a (modifiable) OrderedCollection of files that are part of the package.
Try appending ’self directory’ and fileName to each of the directory in baseDirectories, and return the path to the first tried filename that exists. Raise a PackageNotAvailable exception if no directory is found that contains the file.
Answer a (modifiable) Set of shared library names that are required to load the package.
Answer a (modifiable) Set of modules that are required to load the package.
Answer the namespace in which the package is loaded.
Set to aString the namespace in which the package is loaded.
Answer a (modifiable) Set of prerequisites.
Private - File in the given package without paying attention at dependencies and C callout availability
Answer the directory, relative to the packages file, from which to load the package.
Set the directory, relative to the packages file, from which to load the package, to dir.
Answer the start script for the package.
Set the start script for the package to aString.
Answer the start script for the package.
Set the stop script for the package to aString.
Answer a (modifiable) OrderedCollection of SUnit scripts that compose the package’s test suite.
Answer the test sub-package.
Set the test sub-package to be aPackage.
Answer the URL at which the package repository can be found.
Set to aString the URL at which the package repository can be found.
Not commented.
Not commented.
Next: Package-still unclassified, Previous: Package class-instance creation, Up: Package [Index]