Class ComposeFileConfigurableIssueCodesProvider
- java.lang.Object
-
- org.eclipse.xtext.validation.ConfigurableIssueCodesProvider
-
- org.palladiosimulator.somox.docker.compose.validation.ComposeFileConfigurableIssueCodesProvider
-
public class ComposeFileConfigurableIssueCodesProvider extends org.eclipse.xtext.validation.ConfigurableIssueCodesProvider
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPRECATED_MODEL_PART
protected static String
ISSUE_CODE_PREFIX
-
Constructor Summary
Constructors Constructor Description ComposeFileConfigurableIssueCodesProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize(org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.preferences.PreferenceKey> acceptor)
-
-
-
Field Detail
-
ISSUE_CODE_PREFIX
protected static final String ISSUE_CODE_PREFIX
- See Also:
- Constant Field Values
-
DEPRECATED_MODEL_PART
public static final String DEPRECATED_MODEL_PART
- See Also:
- Constant Field Values
-
-