public class DirectoryParser
extends java.lang.Object
directories.| Constructor and Description |
|---|
DirectoryParser() |
| Modifier and Type | Method and Description |
|---|---|
Directory |
parse(java.io.Reader directoryContents)
parse the contents of a directory.
|
public Directory parse(java.io.Reader directoryContents) throws java.io.IOException
directoryContents - the contents of the directoryjava.io.IOException - if the directory cannot be read.