|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.cosmos.rm.validation.internal.common.AbstractValidationOutput
org.eclipse.cosmos.rm.validation.internal.common.TextOutput
org.eclipse.cosmos.rm.validation.internal.common.SystemOutput
public class SystemOutput
A primitive validation output which will output everything to the system output stream
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.cosmos.rm.validation.internal.common.AbstractValidationOutput |
|---|
AbstractValidationOutput.ValidationMessage, AbstractValidationOutput.ValidationMessageFactory |
| Constructor Summary | |
|---|---|
SystemOutput()
|
|
| Method Summary | |
|---|---|
protected void |
writeMessage(java.lang.String message)
Concrete classes are expected to write the passed in message to an output stream. |
| Methods inherited from class org.eclipse.cosmos.rm.validation.internal.common.TextOutput |
|---|
formatMessage, writeMessageToSource |
| Methods inherited from class org.eclipse.cosmos.rm.validation.internal.common.AbstractValidationOutput |
|---|
close, getAssociatedResource, getErrorCount, initialize, reportMessage, setAssociatedResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemOutput()
| Method Detail |
|---|
protected void writeMessage(java.lang.String message)
TextOutput
writeMessage in class TextOutputmessage - The message to be writtenTextOutput.writeMessage(java.lang.String)
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||