JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.codehaus.plexus.util.cli
CommandLineCallable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
call()
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
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Integer
call
()
Method Details
call
Integer
call
() throws
CommandLineException
Specified by:
call
in interface
Callable
<
Integer
>
Throws:
CommandLineException