Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckSettings
-
Packages that use ICheckSettings Package Description com._1c.g5.v8.dt.ui.validation com.e1c.g5.v8.dt.check.settings -
-
Uses of ICheckSettings in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return types with arguments of type ICheckSettings Modifier and Type Method Description Stream<ICheckSettings>
IChecksTreeNode. getCheckSettings()
ReturnsStream
of node check settingsCollection<ICheckSettings>
IChecksTreeNode. getVisibleChecks()
Returns visible checks. -
Uses of ICheckSettings in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return ICheckSettings Modifier and Type Method Description ICheckSettings
ICheckRepository. getDefaultSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)
Get default settings for the given check (as defined in the check itself)ICheckSettings
ICheckRepository. getSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)
Returns check settings using for given projectMethods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheckSettings Modifier and Type Method Description Map<CheckUid,ICheckSettings>
ICheckRepository. getCustomizedSettingsFromProfile(String profileName, org.eclipse.core.resources.IProject project)
Gets the user-changed settings of the given profile.Map<CheckUid,ICheckSettings>
ICheckRepository. getDefaultSettingsForProfile(String value, org.eclipse.core.resources.IProject project)
Get alll default settings for all registereds check (as defined in the check itself)Methods in com.e1c.g5.v8.dt.check.settings with parameters of type ICheckSettings Modifier and Type Method Description String
ICheckRepository. validateParameterValue(String value, String parameterName, ICheckSettings checkSettings)
Validates the given value for the appliance to the chosen parameter.Method parameters in com.e1c.g5.v8.dt.check.settings with type arguments of type ICheckSettings Modifier and Type Method Description void
ICheckRepository. applyChanges(Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project)
Apply changes to the currently active settings profilevoid
ICheckRepository. setActiveSettingsProfile(String profileName, Collection<ICheckSettings> checkSettings, org.eclipse.core.resources.IProject project)
Sets an active profile for the given project.
-