Package com._1c.g5.v8.dt.bsl.comment
Class DocumentationCommentProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.comment.DocumentationCommentProperties
-
public class DocumentationCommentProperties extends Object
Project properties contains information about Bsl documentation parsing preferences
-
-
Constructor Summary
Constructors Constructor Description DocumentationCommentProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanoldCommentFormat()Checks the format of the using Bsl documentation comment: old or new formatvoidread(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)Reads properties fromIEclipsePreferencesvoidsetOldCommentFormat(org.eclipse.core.resources.IProject project, boolean oldFormat)Sets new value of preferences about what kind of format use - old or new
-
-
-
Method Detail
-
oldCommentFormat
public boolean oldCommentFormat()
Checks the format of the using Bsl documentation comment: old or new format- Returns:
trueif using old format,falseif using new format
-
setOldCommentFormat
public void setOldCommentFormat(org.eclipse.core.resources.IProject project, boolean oldFormat)Sets new value of preferences about what kind of format use - old or new- Parameters:
project-IProjectfor setting preferences, cannot benulloldFormat-trueif using old format,falseif using new format
-
read
public void read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
Reads properties fromIEclipsePreferences- Parameters:
preferences-IEclipsePreferencesfor reading properties, can't benull
-
-