org.nodal.filesystem
Interface Directory

All Superinterfaces:
Document
All Known Subinterfaces:
Directory.Editor

public interface Directory
extends Document

A Document that represents a directory in the particular Repository.


Nested Class Summary
static interface Directory.Editor
          Interface for modifying a Directory.
 
Method Summary
 Directory.Editor edit()
          Edit this Directory.
 java.util.Iterator entries()
          Return all the Documents in this Directory.
 Document get(java.lang.String name)
          Find the Document with the given name in this Directory.
 
Methods inherited from interface org.nodal.filesystem.Document
asDirectory, docNode, format, nodeNamed, nodeNamed, path, repository, root, write
 

Method Detail

get

public Document get(java.lang.String name)
Find the Document with the given name in this Directory.


entries

public java.util.Iterator entries()
Return all the Documents in this Directory.


edit

public Directory.Editor edit()
Edit this Directory.