Package com.tick42.glue.internal.env
Class StartingOptionsFactory
java.lang.Object
com.tick42.glue.internal.env.StartingOptionsFactory
public class StartingOptionsFactory extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringGD_STARTING_CONTEXTstatic StringGD_STARTING_OPTIONS -
Constructor Summary
Constructors Constructor Description StartingOptionsFactory()StartingOptionsFactory(Function<String,String> extractor) -
Method Summary
Modifier and Type Method Description StartingOptionsgetEmptyOptions()booleanisConfigModeInterop()StartingContextstartingContextFromEnvironment()CompletableFuture<StartingContext>startingContextFromInterop(Interop interop)StartingOptionsstartingOptionsFromEnvironment()
-
Field Details
-
GD_STARTING_OPTIONS
- See Also:
- Constant Field Values
-
GD_STARTING_CONTEXT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
StartingOptionsFactory
public StartingOptionsFactory() -
StartingOptionsFactory
-
-
Method Details
-
startingContextFromInterop
-
startingOptionsFromEnvironment
-
startingContextFromEnvironment
-
getEmptyOptions
-
isConfigModeInterop
public boolean isConfigModeInterop()
-