public interface  org.codehaus.plexus.util.cli.CommandLineCallable extends java.lang.Object implements java.util.concurrent.Callable
{
public abstract java.lang.Integer call() throws org.codehaus.plexus.util.cli.CommandLineException;
}