Package com.iizix.app.builder
Interface IIDirectory
- All Superinterfaces:
IIResource
- All Known Implementing Classes:
EclipseIFolder
,EclipseIPathDirectory
,EclipseIProject
,JavaDirectory
The interface to an interface of a directory. The directory is either a plain Java File or an Eclipse IFolder or IPath.
- Author:
- Christopher Mindus
Method Summary
Methods inherited from interface com.iizix.app.builder.IIResource
equals, getFile, getFullPath, getName, isDirectory
Method Details
listDirectory
Lists the contents of the directory.- Parameters:
monitor
- The IProgressMonitor, null for none.- Throws:
IOException
- For directory errors.