Refactoring resource locator in preparation for finding non-file resources
Redesigned ResourceNamespace. Namespace rebuilding has been moved out of this class. New mechanics for adding and iteration of existing resources have also been implemented.
Redesigned interface for searching PathDirectory. The previous implementation had the shortcoming that only one instance of PathDirectory was searchable at a time. This revised implementation separates the construction of the optimized search term from the search iteration process.
Refactoring resource locator in preparation for finding non-file resources
Redesigned ResourceNamespace. Namespace rebuilding has been moved out of
this class. New mechanics for adding and iteration of existing resources
have also been implemented.
Redesigned interface for searching PathDirectory. The previous implementation
had the shortcoming that only one instance of PathDirectory was searchable
at a time. This revised implementation separates the construction of the
optimized search term from the search iteration process.