SampleTool

public class SampleTool extends QBiCTool<SampleCommand>

Implementation of Sample command-line Tool. Its command-line arguments are contained in instances of SampleCommand.

Constructors

SampleTool

public SampleTool(SampleCommand command)

Constructor.

Parameters:
  • command – an object that represents the parsed command-line arguments.

Methods

execute

public void execute()