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

Quick Search    Search Deep

org.apache.xmlbeans.impl.tool
Class Diff.XsbFilenameFilter  view Diff.XsbFilenameFilter download Diff.XsbFilenameFilter.java

java.lang.Object
  extended byorg.apache.xmlbeans.impl.tool.Diff.XsbFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter
Enclosing class:
Diff

private static class Diff.XsbFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter


Constructor Summary
private Diff.XsbFilenameFilter()
           
 
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

Diff.XsbFilenameFilter

private Diff.XsbFilenameFilter()
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