Class EnvironmentAndConfigTransformer
java.lang.Object
org.ethelred.util.picocli.defaults.EnvironmentAndConfigTransformer
- All Implemented Interfaces:
picocli.CommandLine.IModelTransformer
public class EnvironmentAndConfigTransformer
extends Object
implements picocli.CommandLine.IModelTransformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpicocli.CommandLine.Model.CommandSpectransform(picocli.CommandLine.Model.CommandSpec commandSpec)
-
Constructor Details
-
EnvironmentAndConfigTransformer
public EnvironmentAndConfigTransformer()
-
-
Method Details
-
transform
public picocli.CommandLine.Model.CommandSpec transform(picocli.CommandLine.Model.CommandSpec commandSpec) - Specified by:
transformin interfacepicocli.CommandLine.IModelTransformer
-