Interface CommandLineCallable

  • All Superinterfaces:
    Callable<Integer>

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