| Constructor and Description |
|---|
NameBasedFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
Pattern |
getRegularExpression() |
boolean |
matches(org.eclipse.emf.common.util.URI uri) |
void |
setExtension(String extension)
Filter based on the URI-attribute 'fileExtension'.
|
void |
setRegularExpression(String regularExpression)
Filter the URI based on a regular expression.
|
public boolean matches(org.eclipse.emf.common.util.URI uri)
public void setExtension(String extension)
public String getExtension()
public void setRegularExpression(String regularExpression)
public Pattern getRegularExpression()
Copyright © 2015. All Rights Reserved.