org.hibernate.ejb.packaging
Class JarVisitor.FileFilter
java.lang.Object
org.hibernate.ejb.packaging.JarVisitor.Filter
org.hibernate.ejb.packaging.JarVisitor.FileFilter
- Enclosing class:
- JarVisitor
public abstract static class JarVisitor.FileFilter
- extends JarVisitor.Filter
Filter use to match a file by its name
Method Summary |
abstract boolean |
accept(String name)
Return true if the fully qualified file name match |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarVisitor.FileFilter
public JarVisitor.FileFilter(boolean retrieveStream)
- Parameters:
retrieveStream
- Give back an open stream to the matching element or not
accept
public abstract boolean accept(String name)
- Return true if the fully qualified file name match