|
||||||||||
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(java.lang.String[] list)
Constructor. |
Method Summary | |
---|---|
java.lang.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.). |
java.lang.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(java.lang.String[] list)
list
- a list of values used for initialization.Method Detail |
---|
public boolean next()
public java.lang.String getName()
public int getType()
public java.lang.String getTypeString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |