com.glub.secureftp.bean
Class RemoteFileList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.glub.secureftp.bean.RemoteFileList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
public class RemoteFileList
- extends ArrayList
The RemoteFileList class contains a list of
RemoteFiles.
- Since:
- 2.1.3
- Version:
- $Revision: 1.8 $, $Date: 2006/11/12 20:04:40 $
- See Also:
- Serialized Form
|
Method Summary |
RemoteFile |
getFile(int index)
Returns a RemoteFile at the specified position in this list. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
RemoteFileList
public RemoteFileList()
- Create a
RemoteFileList object.
RemoteFileList
public RemoteFileList(List list)
- Create a
RemoteFileList object.
- Parameters:
list - a convience to create a RemoteFileList from an existing List.
getFile
public RemoteFile getFile(int index)
- Returns a
RemoteFile at the specified position in this list.
- Parameters:
index - index of the RemoteFile to return.
- Returns:
- the
RemoteFile at the specified position
in this list.
Copyright © 2000-06
Glub Tech, Inc.
All Rights Reserved.