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 WithCreate 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:

source - Source of the configuration.

Returns:

the next definition stage.

Applies to