Defines the interface to a Solr tool that can be run from this command-line app.
()
| 23 | public interface Tool { |
| 24 | /** Defines the interface to a Solr tool that can be run from this command-line app. */ |
| 25 | String getName(); |
| 26 | |
| 27 | /** |
| 28 | * Provides a Usage string to display in help output. Defaults to auto generating usage string. |
no outgoing calls