net.mlw.vlh.adapter.file
Class FileSystemAdapter

java.lang.Object
  extended bynet.mlw.vlh.adapter.AbstractValueListAdapter
      extended bynet.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.
 
Fields inherited from interface net.mlw.vlh.ValueListAdapter
DO_FILTER, DO_FOCUS, DO_NOTHING, DO_PAGE, DO_SORT
 
Constructor Summary
FileSystemAdapter()
          Default constructor.
 
Method Summary
 ValueList getValueList(String name, ValueListInfo info)
          Gets a ValueList
 void setDefaultFolder(String defaultFolder)
           
 
Methods inherited from class net.mlw.vlh.adapter.AbstractValueListAdapter
getAdapterType, getDefaultNumberPerPage, getDefaultSortColumn, getDefaultSortDirectionInteger, setAdapterType, setDefaultNumberPerPage, setDefaultSortColumn, setDefaultSortDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOLDER

public static final String FOLDER
The name of the filter defining the current directory.

See Also:
Constant Field Values
Constructor Detail

FileSystemAdapter

public FileSystemAdapter()
Default constructor.

Method Detail

getValueList

public ValueList getValueList(String name,
                              ValueListInfo info)
Description copied from interface: ValueListAdapter
Gets a ValueList

Parameters:
info - The ValueList information
name - 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.