Package com.e1c.g5.v8.dt.check.settings
Interface ICheckProcessPreferences
-
public interface ICheckProcessPreferences
Check process common preferences accessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isHideLegacyCheckResults()
boolean
isManualRebuildsEnabled()
void
setHideLegacyCheckResults(boolean hideLegacyCheckResults)
void
setManualRebuildsEnabled(boolean manualRebuildsEnabled)
-
-
-
Method Detail
-
isHideLegacyCheckResults
boolean isHideLegacyCheckResults()
- Returns:
- the hideLegacyCheckResults
-
isManualRebuildsEnabled
boolean isManualRebuildsEnabled()
- Returns:
- the manualRebuilsEnabled
-
setHideLegacyCheckResults
void setHideLegacyCheckResults(boolean hideLegacyCheckResults)
- Parameters:
hideLegacyCheckResults
- the hideLegacyCheckResults to set
-
setManualRebuildsEnabled
void setManualRebuildsEnabled(boolean manualRebuildsEnabled)
- Parameters:
manualRebuildsEnabled
- the manualRebuilsEnabled to set
-
-