COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.validation.internal.common
Class SystemOutput

java.lang.Object
  extended by org.eclipse.cosmos.rm.validation.internal.common.AbstractValidationOutput
      extended by org.eclipse.cosmos.rm.validation.internal.common.TextOutput
          extended by org.eclipse.cosmos.rm.validation.internal.common.SystemOutput
All Implemented Interfaces:
IValidationOutput

public class SystemOutput
extends TextOutput

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

SystemOutput

public SystemOutput()
Method Detail

writeMessage

protected void writeMessage(java.lang.String message)
Description copied from class: TextOutput
Concrete classes are expected to write the passed in message to an output stream.

Specified by:
writeMessage in class TextOutput
Parameters:
message - The message to be written
See Also:
TextOutput.writeMessage(java.lang.String)

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification