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()
boolean
isEmpty()
-
-
-
Method Detail
-
getIssues
public List<IIssue> getIssues()
- Specified by:
getIssues
in interfaceIIssueContainer
-
getWarnings
public List<IIssue> getWarnings()
- Specified by:
getWarnings
in interfaceIIssueContainer
-
getErrors
public List<IIssue> getErrors()
- Specified by:
getErrors
in interfaceIIssueContainer
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceIIssueContainer
-
-