Method Summary |
|
public void | addExclude(String method) Convenience method for adding an exclude rule. |
public void | addInclude(String method) Convenience method for adding an include rule. |
public List<String> | getExcludes() Gets the list of method names to exclude for this creator. |
public List<String> | getIncludes() Gets the list of method names to include for this creator. |
public Map<String, String> | getParams() The set of key/value pairs to provide further configuration.
Note that these params are only used when setting the creator type and not when setting the
creator directly. |
public void | setExcludes(List<String> excludes) Sets the list of method names to exclude for this creator. |
public void | setIncludes(List<String> includes) Sets the list of method names to include for this creator. |
public void | setParams(Map<String, String> params) The set of key/value pairs to provide further configuration.
Note that these params are only used when setting the creator type and not when setting the
creator directly. |