Interface CommandLineCallable

  • All Superinterfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public interface CommandLineCallable
    extends java.util.concurrent.Callable<java.lang.Integer>
    Callable wrapper that exposes the proper exception type to the client.