See: Description
| Interface | Description |
|---|---|
| FilterProcessor<MODEL,RESULT> |
The Interface FilterProcessor processes a given model and returns the result.
|
| Class | Description |
|---|---|
| KeySearchBean |
The class
KeySearchBean is model bean for search keys in all kind of files. |
| UnusedKeysSearchFilter |
The class
UnusedKeysSearchFilter finds the unused keys from properties. |
| UnusedKeysSearchResult |
The class
UnusedKeysSearchResult. |
| UsedKeysSearchFilter |
The class
UsedKeysSearchFilter can process KeySearchBean and find used keys. |
| UsedKeysSearchResult |
The Class UsedKeysSearchResult keeps the result from the search and the a reference from the
search model.
|