Class ExtensionsAggregatingDevelopmentOptionsSupplier
java.lang.Object
com._1c.g5.v8.dt.internal.team.settings.ExtensionsAggregatingDevelopmentOptionsSupplier
- All Implemented Interfaces:
IDevelopmentOptionsSupplier
public class ExtensionsAggregatingDevelopmentOptionsSupplier
extends Object
implements IDevelopmentOptionsSupplier
Options supplier collecting default options from all registered
through extensions development options suppliers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultOptions(IDevelopmentProcessSettings settings) Returns default options for givensettings.
-
Constructor Details
-
ExtensionsAggregatingDevelopmentOptionsSupplier
public ExtensionsAggregatingDevelopmentOptionsSupplier()
-
-
Method Details
-
getDefaultOptions
Description copied from interface:IDevelopmentOptionsSupplierReturns default options for givensettings.- Specified by:
getDefaultOptionsin interfaceIDevelopmentOptionsSupplier- Parameters:
settings- - settings to get options. Cannot benull.- Returns:
- default options for given
settings. Cannot returnnull.
-