Class EnvironmentDefaultValueProvider
- java.lang.Object
-
- org.ethelred.util.picocli.defaults.EnvironmentDefaultValueProvider
-
- All Implemented Interfaces:
picocli.CommandLine.IDefaultValueProvider
public class EnvironmentDefaultValueProvider extends java.lang.Object implements picocli.CommandLine.IDefaultValueProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.function.Function<java.lang.String,java.lang.String>envLoader
-
Constructor Summary
Constructors Constructor Description EnvironmentDefaultValueProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdefaultValue(picocli.CommandLine.Model.ArgSpec argSpec)
-