|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.protocols.FTPBean.DirectoryContents
public static class FTPBean.DirectoryContents
This class is a container in which the contents of a directory can be saved.
| Constructor Summary | |
|---|---|
FTPBean.DirectoryContents(String[] list)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the file/directory the index is currently pointing at. |
int |
getType()
Returns the type of the element (a file, directory, etc.). |
String |
getTypeString()
Returns the symbolic representation of the element's type. |
boolean |
next()
Moves the index to the next position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTPBean.DirectoryContents(String[] list)
list - a list of values used for initialization.| Method Detail |
|---|
public boolean next()
public String getName()
public int getType()
public String getTypeString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||