org.springframework.richclient.filechooser
Class FileChecks.FileConverter
java.lang.Object
org.springframework.richclient.filechooser.FileChecks.FileConverter
- All Implemented Interfaces:
- Closure
- Enclosing class:
- FileChecks
public static class FileChecks.FileConverter
- extends Object
- implements Closure
Method Summary |
Object |
call(Object argument)
Evaluate the function with the provided argument, returning the result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileChecks.FileConverter
public FileChecks.FileConverter()
call
public Object call(Object argument)
- Description copied from interface:
Closure
- Evaluate the function with the provided argument, returning the result.
- Specified by:
call
in interface Closure
- Parameters:
argument
- the argument
- Returns:
- the function return value
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.