Exemplo n.º 1
0
 /**
  * Adds a Filter to the Configuration. Filters that are added through the API will be lost when a
  * reconfigure occurs.
  *
  * @param filter The Filter to add.
  */
 public void addFilter(final Filter filter) {
   configuration.addFilter(filter);
 }