|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompilerIssues
Notified of issues in compilation of the OfficeFloor.
| Nested Class Summary | |
|---|---|
static class |
CompilerIssues.LocationType
Type of location where issues may arise. |
| Method Summary | |
|---|---|
void |
addIssue(CompilerIssues.LocationType locationType,
String location,
OfficeFloorIssues.AssetType assetType,
String assetName,
String issueDescription)
Adds an issue about an asset at a particular location. |
void |
addIssue(CompilerIssues.LocationType locationType,
String location,
OfficeFloorIssues.AssetType assetType,
String assetName,
String issueDescription,
Throwable cause)
Adds an issue about an asset at a particular location. |
| Method Detail |
|---|
void addIssue(CompilerIssues.LocationType locationType,
String location,
OfficeFloorIssues.AssetType assetType,
String assetName,
String issueDescription)
locationType - CompilerIssues.LocationType.location - Path to Model file containing the issue.assetType - OfficeFloorIssues.AssetType.assetName - Name of asset.issueDescription - Description of the issue.
void addIssue(CompilerIssues.LocationType locationType,
String location,
OfficeFloorIssues.AssetType assetType,
String assetName,
String issueDescription,
Throwable cause)
locationType - CompilerIssues.LocationType.location - Path to Model file containing the issue.assetType - OfficeFloorIssues.AssetType.assetName - Name of asset.issueDescription - Description of the issue.cause - Cause of the issue.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||