Class PropertiesIssueContainer
- java.lang.Object
-
- editor.plugin.typeloader.properties.PropertiesIssueContainer
-
- All Implemented Interfaces:
IIssueContainer
public class PropertiesIssueContainer extends Object implements IIssueContainer
-
-
Constructor Summary
Constructors Constructor Description PropertiesIssueContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IIssue>getErrors()List<IIssue>getIssues()List<IIssue>getWarnings()booleanisEmpty()
-
-
-
Method Detail
-
getIssues
public List<IIssue> getIssues()
- Specified by:
getIssuesin interfaceIIssueContainer
-
getWarnings
public List<IIssue> getWarnings()
- Specified by:
getWarningsin interfaceIIssueContainer
-
getErrors
public List<IIssue> getErrors()
- Specified by:
getErrorsin interfaceIIssueContainer
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceIIssueContainer
-
-