Show Me Glossary
 

TableCrawlerParameters Walk-through

Previous previous|next Next Page

Timothy now analyzes TableCrawlerParameters.java. This Java class is for managing parameters for the TableCrawlerPlugin.

This serves two purposes:
1. Providing the list of parameter names, descriptions, default values,
and encrypt status to the Administration User Interface.
2. Providing helper methods to access specific parameter values.

Timothy finds this Java file at : $ORACLE_HOME/search/sample/agent/db/app/crawler/db directory.

Show Me

Show Me