Package com.iizix.app.builder
Interface IIDirectory
- All Superinterfaces:
IIResource
- All Known Implementing Classes:
EclipseIFolder
,EclipseIPathDirectory
,EclipseIProject
,JavaDirectory
public interface IIDirectory extends IIResource
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IIResource>
listDirectory(java.lang.Object monitor)
Lists the contents of the directory.Methods inherited from interface com.iizix.app.builder.IIResource
equals, getFile, getFullPath, getName, isDirectory
Method Detail
listDirectory
java.util.List<IIResource> listDirectory(java.lang.Object monitor) throws java.io.IOException
Lists the contents of the directory.- Parameters:
monitor
- The IProgressMonitor, null for none.- Throws:
java.io.IOException
- For directory errors.