Package electric.directory

Interface Summary
IContainer IContainer is the interface that must be implemented by all entities that can contain objects, and is used indirectly by Registry.getPath() when determining an object's path.
IDirectory IDirectory defines directory operations, including methods for adding, removing and searching for entries.
ISelector ISelector.
 

Class Summary
Directory Directory is an implementation of IDirectory that uses a Dictionary as its underlying storage.
 

Exception Summary
DirectoryException DirectoryException is thrown if an error occurs during a directory operation, such an error in the underlying storage device.
 



copyright© 2001-2004 by webMethods All Rights Reserved.