- All Known Implementing Classes:
Application
,Application_C12
public interface Runner
The
Runner
interface provides a run(String[] args)
method
that allows passing String[] args
arguments, which is not provided
by the Runnable
interface of the Java run-time environment.- Version:
"C12-1.0.0-SNAPSHOT"
- Author:
"sgraupner"
-
Method Summary
-
Method Details
-
run
Method invoked on an instance that implements theRunner
interface with passing command line arguments.- Parameters:
args
- commands passed from the command line
-