org.springframework.richclient.filechooser
Class FileChecks.FileIsFile

java.lang.Object
  extended by org.springframework.richclient.filechooser.FileChecks.FileIsFile
All Implemented Interfaces:
Constraint
Enclosing class:
FileChecks

public static class FileChecks.FileIsFile
extends Object
implements Constraint


Constructor Summary
FileChecks.FileIsFile()
           
 
Method Summary
 boolean test(Object argument)
          Test the provided argument against this predicate's condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileChecks.FileIsFile

public FileChecks.FileIsFile()
Method Detail

test

public boolean test(Object argument)
Description copied from interface: Constraint
Test the provided argument against this predicate's condition.

Specified by:
test in interface Constraint
Parameters:
argument - the argument value
Returns:
true if the condition was satisfied, false otherwise


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.