public class PatternFilter extends java.lang.Object implements DeploymentModuleListener
| Constructor and Description |
|---|
PatternFilter(java.lang.String[] patterns, DeploymentModuleListener listener) |
PatternFilter(java.lang.String pattern, DeploymentModuleListener listener)
Create a filter for a single pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
moduleChanged(DeploymentModuleEvent deploymentModuleEvent)
Fires event on decorated if any of the patterns match ArchiveEntry.name.
|
public PatternFilter(java.lang.String pattern,
DeploymentModuleListener listener)
pattern - the string pattern to matchlistener - the listener to call when an Archive entry-name matches.
public PatternFilter(java.lang.String[] patterns,
DeploymentModuleListener listener)
public void moduleChanged(DeploymentModuleEvent deploymentModuleEvent)
moduleChanged in interface DeploymentModuleListenerdeploymentModuleEvent - the DeploymentModuleEvent that describes the change.