| Package | Description |
|---|---|
| oracle.jdeveloper.deploy |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternFilter
A decorator for a DeploymentModuleListener that only fires if an Archive entry name that matches supplied patterns is added or removed.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DeploymentModule.addChangeListener(DeploymentModuleListener listener) |
abstract void |
DeploymentModule.removeChangeListener(DeploymentModuleListener listener) |
| Constructor and Description |
|---|
PatternFilter(java.lang.String[] patterns, DeploymentModuleListener listener) |
PatternFilter(java.lang.String pattern, DeploymentModuleListener listener)
Create a filter for a single pattern.
|