Package com._1c.g5.v8.dt.bsl.resource
Class DeepAnalysisProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.resource.DeepAnalysisProperties
-
public class DeepAnalysisProperties extends Object
Project properties contains information about starting Deep Analyzing of Bsl module after build
-
-
Constructor Summary
Constructors Constructor Description DeepAnalysisProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAlwaysStart()
Checks that always needed to start deep analysis of Bsl Module after buildvoid
read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
Reads properties fromIEclipsePreferences
void
setAlwaysStart(org.eclipse.core.resources.IProject project, boolean alwaysStart)
Sets that always needed to start deep analysis of Bsl Module after build
-
-
-
Method Detail
-
isAlwaysStart
public boolean isAlwaysStart()
Checks that always needed to start deep analysis of Bsl Module after build- Returns:
true
always needed to start deep analysis of Bsl Module after build,false
otherwise
-
setAlwaysStart
public void setAlwaysStart(org.eclipse.core.resources.IProject project, boolean alwaysStart)
Sets that always needed to start deep analysis of Bsl Module after build- Parameters:
alwaysStart
-true
if always needed to start deep analysis of Bsl Module after build,false
otherwise
-
read
public void read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
Reads properties fromIEclipsePreferences
- Parameters:
preferences
-IEclipsePreferences
for reading properties, can't benull
-
-