org.apache.maven.shared.utils.cli
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
 Integer call()
           
 

Method Detail

call

Integer call()
             throws CommandLineException
Specified by:
call in interface Callable<Integer>
Throws:
CommandLineException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.