All tools launched through bin/kiji <tool> are detected and instantiated through this module. Tools should implement the {@link KijiTool}interface. In addition, each tool must advertise itself by adding a line to a resource file contained in its jar at META-INF/services/org.kiji.schema.tools.KijiTool. This path can be added to your build by providing it under src/main/resources.
|
|