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 boolean
oldCommentFormat()
Checks the format of the using Bsl documentation comment: old or new formatvoid
read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
Reads properties fromIEclipsePreferences
void
setOldCommentFormat(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:
true
if using old format,false
if 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
-IProject
for setting preferences, cannot benull
oldFormat
-true
if using old format,false
if using new format
-
read
public void read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
Reads properties fromIEclipsePreferences
- Parameters:
preferences
-IEclipsePreferences
for reading properties, can't benull
-
-