|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.files.importexport.files.FileSystemElement
com.ibm.etools.systems.files.importexport.files.MinimizedFileSystemElement
The MinimizedFileSystemElement
is a FileSystemElement
that knows
if it has been populated or not.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
MinimizedFileSystemElement(String name,
FileSystemElement parent,
boolean isDirectory)
Create a MinimizedFileSystemElement with the supplied name and parent. |
Method Summary | |
---|---|
AdaptableList |
getFiles(IImportStructureProvider provider)
Returns a list of the files that are immediate children. |
AdaptableList |
getFolders(IImportStructureProvider provider)
Returns a list of the folders that are immediate children. |
boolean |
isPopulated()
Return whether or not population has happened for the receiver. |
void |
setPopulated()
Set whether or not population has happened for the receiver to true. |
Methods inherited from class com.ibm.etools.systems.files.importexport.files.FileSystemElement |
---|
addChild, getAdapter, getFileNameExtension, getFiles, getFileSystemObject, getFolders, getName, getParent, isDirectory, removeFolder, setFileSystemObject, setParent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public MinimizedFileSystemElement(String name, FileSystemElement parent, boolean isDirectory)
MinimizedFileSystemElement
with the supplied name and parent.
name
- the name of the file element this representsparent
- the containing parentisDirectory
- indicated if this could have children or notMethod Detail |
public AdaptableList getFiles(IImportStructureProvider provider)
public AdaptableList getFolders(IImportStructureProvider provider)
public boolean isPopulated()
public void setPopulated()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |