SampleEntryPoint

public class SampleEntryPoint

Entry point for the Sample command-line Tool application. The purpose of this class is to act as a bridge between the command line and the real implementation of a tool by using a ToolExecutor.

Methods

main

public static void main(String[] args)

Main method.

Parameters:
  • args – the command-line arguments.