public class CLIConfigurator extends Object
Constructor and Description |
---|
CLIConfigurator() |
Modifier and Type | Method and Description |
---|---|
static CLI |
define(Class<?> clazz)
Creates an instance of the given class, and extracts the metadata from the given class.
|
static void |
inject(CommandLine cli,
Object object)
|
public static CLI define(Class<?> clazz)
clazz
- the CLI classpublic static void inject(CommandLine cli, Object object) throws CLIException
cli
- the cliobject
- the object to be injectedCLIException
- if an injection issue occurred.Copyright © 2021 Eclipse. All rights reserved.