Uses of Interface
com.metamatrix.common.tree.directory.DirectoryEntry

Packages that use DirectoryEntry
com.metamatrix.common.tree.directory   
 

Uses of DirectoryEntry in com.metamatrix.common.tree.directory
 

Classes in com.metamatrix.common.tree.directory that implement DirectoryEntry
 class FileSystemEntry
          This class represents a single resource on a hierarchical system, such as a file system.
 

Methods in com.metamatrix.common.tree.directory that return DirectoryEntry
 DirectoryEntry FileSystemView.lookup(java.lang.String path)
          Lookup the node referenced by the relative path in this view.
 DirectoryEntry DirectoryEntryView.lookup(java.lang.String path)
          Lookup the node referenced by the relative path in this view.
 DirectoryEntry FileSystemView.lookup(java.lang.String path, java.lang.String separator)
          Lookup the node referenced by the relative path in this view, but specify a separator.
 DirectoryEntry DirectoryEntryView.lookup(java.lang.String path, java.lang.String separator)
          Lookup the node referenced by the relative path in this view, but specify a separator.
 

Methods in com.metamatrix.common.tree.directory with parameters of type DirectoryEntry
 int DirectoryEntryNameAndTypeComparator.compare(DirectoryEntry entry1, DirectoryEntry entry2)
           
 boolean DirectoryEntryEditor.makeExist(DirectoryEntry entry)
          Check for the existance of the specified entry, and creates an underlying resource for the entry if one does not exist.
 boolean FileSystemEntryEditor.makeExist(DirectoryEntry entry)
          Check for the existance of the specified entry, and creates an underlying resource for the entry if one does not exist.
 



Copyright © 2009. All Rights Reserved.