net.mlw.vlh.adapter.file
Class FileSystemAdapter
java.lang.Object
net.mlw.vlh.adapter.AbstractValueListAdapter
net.mlw.vlh.adapter.file.FileSystemAdapter
- All Implemented Interfaces:
- ValueListAdapter
- public class FileSystemAdapter
- extends AbstractValueListAdapter
This ValueListAdapter returns a ValueList of FileInfo(s).
net.mlw.vlh.adapter.file.FileSystemAdapter
- Version:
- $Revision: 1.6 $ $Date: 2005/08/19 16:04:30 $
- Author:
- Matthew L. Wilson
Field Summary |
static String |
FOLDER
The name of the filter defining the current directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOLDER
public static final String FOLDER
- The name of the filter defining the current directory.
- See Also:
- Constant Field Values
FileSystemAdapter
public FileSystemAdapter()
- Default constructor.
getValueList
public ValueList getValueList(String name,
ValueListInfo info)
- Description copied from interface:
ValueListAdapter
- Gets a ValueList
- Parameters:
info
- The ValueList
informationname
- The name of the ValueList
- Returns:
- The
ValueList
- See Also:
ValueListAdapter.getValueList(java.lang.String, net.mlw.vlh.ValueListInfo)
setDefaultFolder
public void setDefaultFolder(String defaultFolder)
- Parameters:
defaultFolder
- The defaultFolder to set.
Copyright © 2003-2006 mlavilson. All Rights Reserved.