public interface ExclusionFilter
Modifier and Type | Method and Description |
---|---|
boolean |
exclude(org.jboss.vfs.VirtualFile file)
Returns whether this
VirtualFile should be
excluded from scanning for EJB resources. |
boolean exclude(org.jboss.vfs.VirtualFile file) throws IllegalArgumentException
VirtualFile
should be
excluded from scanning for EJB resources. The criteria
whereby a file is excluded is up to the implementation.file
- The file to inspect for exclusion propertiesIllegalArgumentException
- If the file is not specifiedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.