|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
class |
PreviewableDirectoryEntry
This class represents a wrapper for a DirectoryEntry that holds off on actually writing to the DirectoryEntry so that a preview of the result can be obtained prior to writing. |
| Methods in com.metamatrix.common.tree.directory that return DirectoryEntry | |
|---|---|
DirectoryEntry |
PreviewableDirectoryEntry.getTargetDirectoryEntry()
|
DirectoryEntry |
RuledDirectoryEntryViewImpl.lookup(java.lang.String path)
Lookup the node referenced by the relative path in this view. |
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 |
RuledDirectoryEntryViewImpl.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 |
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. |
| Constructors in com.metamatrix.common.tree.directory with parameters of type DirectoryEntry | |
|---|---|
PreviewableDirectoryEntry(DirectoryEntry actualEntry)
Construct a new instance that wraps another DirectoryEntry |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||