Class TeamInfobasesDevelopmentOptionsSupplier
java.lang.Object
com._1c.g5.v8.dt.internal.team.infobases.TeamInfobasesDevelopmentOptionsSupplier
- All Implemented Interfaces:
IDevelopmentOptionsSupplier
public class TeamInfobasesDevelopmentOptionsSupplier
extends Object
implements IDevelopmentOptionsSupplier
Implementation of
IDevelopmentOptionsSupplier
providing options about infobases.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultOptions
(IDevelopmentProcessSettings settings) Returns default options for givensettings
.
-
Constructor Details
-
TeamInfobasesDevelopmentOptionsSupplier
public TeamInfobasesDevelopmentOptionsSupplier()
-
-
Method Details
-
getDefaultOptions
Description copied from interface:IDevelopmentOptionsSupplier
Returns default options for givensettings
.- Specified by:
getDefaultOptions
in interfaceIDevelopmentOptionsSupplier
- Parameters:
settings
- - settings to get options. Cannot benull
.- Returns:
- default options for given
settings
. Cannot returnnull
.
-