Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars
Class ProbeFactory.ProbeFilenameFilter  view ProbeFactory.ProbeFilenameFilter download ProbeFactory.ProbeFilenameFilter.java

java.lang.Object
  extended byorg.altara.mars.ProbeFactory.ProbeFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter
Enclosing class:
ProbeFactory

private static class ProbeFactory.ProbeFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter


Constructor Summary
private ProbeFactory.ProbeFilenameFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
          This method determines whether or not a given file should be included in a directory listing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbeFactory.ProbeFilenameFilter

private ProbeFactory.ProbeFilenameFilter()
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Description copied from interface: java.io.FilenameFilter
This method determines whether or not a given file should be included in a directory listing.

Specified by:
accept in interface java.io.FilenameFilter