WebLogic Integration


com.bea.wlcfilesync
Class LwcXmlFileFilter

java.lang.Object
  |
  +--com.bea.wlcfilesync.LwcXmlFileFilter

Deprecated. LwcXmlFileFilter implements the FileNameFilter to filter files with only specified file extension.

public class LwcXmlFileFilter
extends java.lang.Object
implements java.io.FilenameFilter

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
LwcXmlFileFilter(java.lang.String ext)
          Deprecated.  Constructor for LwcXmlFileFilter
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
          Deprecated.  This method helps in filtering process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LwcXmlFileFilter

public LwcXmlFileFilter(java.lang.String ext)
Deprecated. 

Constructor for LwcXmlFileFilter

Parameters:
ext - String file extension.
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Deprecated. 

This method helps in filtering process

Specified by:
accept in interface java.io.FilenameFilter

Parameters:
dir - File file.
name - String file name.
Returns:
boolean true if accepted.

WebLogic Integration

WebLogic Integration (WLI)