public final class NamedScopeFilter extends java.lang.Object implements VirtualFileFilter
ALL, NONE| Constructor and Description |
|---|
NamedScopeFilter(NamedScopesHolder holder,
NamedScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(VirtualFile file) |
NamedScopesHolder |
getHolder() |
NamedScope |
getScope() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandpublic NamedScopeFilter(NamedScopesHolder holder, NamedScope scope)
public NamedScopesHolder getHolder()
public NamedScope getScope()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean accept(VirtualFile file)
accept in interface VirtualFileFilter