org.jboss.vfs.util
Class MatchAllVirtualFileFilter
java.lang.Object
org.jboss.vfs.util.MatchAllVirtualFileFilter
- All Implemented Interfaces:
- VirtualFileFilter
public class MatchAllVirtualFileFilter
- extends Object
- implements VirtualFileFilter
MatchAllVirtualFileFilter.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final MatchAllVirtualFileFilter INSTANCE
- The instance
accepts
public boolean accepts(VirtualFile file)
- Description copied from interface:
VirtualFileFilter
- Match the virtual file
- Specified by:
accepts
in interface VirtualFileFilter
- Parameters:
file
- the virtual file
- Returns:
- true when it matches
Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.