Interface CommandLineCallable

  • All Superinterfaces:
    Callable<Integer>

    public interface CommandLineCallable
    extends Callable<Integer>
    Callable wrapper that exposes the proper exeception type to the client.
    Author:
    Kristian Rosenvold
    • Method Summary

      Modifier and Type Method Description
      Integer call()