public class FileNameVirtualFileFilter extends Object implements VirtualFileFilter
| Constructor and Description |
|---|
FileNameVirtualFileFilter(Map<String,Set<String>> excludes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(VirtualFile file)
Do we accept file.
|
protected String |
getPathName(VirtualFile file)
Get the path name for the VirtualFile.
|
protected Logger log
public boolean accepts(VirtualFile file)
accepts in interface VirtualFileFilterfile - the virtual fileprotected String getPathName(VirtualFile file)
file - the virtual fileCopyright © 2012 JBoss by Red Hat. All Rights Reserved.