|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryEntry
Represents a directory on disk. This could be the main catalog or an actual directory. (FormattedDisk implements DirectoryEntry.)
Date Created: Mar 2, 2003
Method Summary | |
---|---|
boolean |
canCreateDirectories()
Identify if additional directories can be created. |
boolean |
canCreateFile()
Indicates if this disk image can create a file. |
DirectoryEntry |
createDirectory()
Create a new DirectoryEntry. |
FileEntry |
createFile()
Create a new FileEntry. |
java.util.List |
getFiles()
Retrieve the list of files in this directory. |
FormattedDisk |
getFormattedDisk()
Get the FormattedDisk associated with this DirectoryEntry. |
Method Detail |
---|
java.util.List getFiles()
FileEntry createFile() throws DiskFullException
DiskFullException
DirectoryEntry createDirectory() throws DiskFullException
DiskFullException
boolean canCreateDirectories()
boolean canCreateFile()
FormattedDisk getFormattedDisk()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |