Configuration.DefinitionStages.WithSource Interface
public static interface Configuration.DefinitionStages.WithSource
The stage of the Configuration definition allowing to specify source.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSource(String source)
Specifies the source property: Source of the configuration.. |
Method Details
withSource
public abstract Configuration.DefinitionStages.WithCreate withSource(String source)
Specifies the source property: Source of the configuration..
Parameters:
Returns: