|
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.FileOutput
public class FileOutput
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.cosmos.rm.validation.internal.common.AbstractValidationOutput |
|---|
AbstractValidationOutput.ValidationMessage, AbstractValidationOutput.ValidationMessageFactory |
| Constructor Summary | |
|---|---|
FileOutput()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes any stream and performs any clean up necessary |
java.lang.String |
getFilePath()
|
void |
initialize(java.util.Map attributes)
Used to initialize this validation output |
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 |
|---|
getAssociatedResource, getErrorCount, reportMessage, setAssociatedResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileOutput()
| Method Detail |
|---|
public void initialize(java.util.Map attributes)
IValidationOutput
initialize in interface IValidationOutputinitialize in class AbstractValidationOutputattributes - Attributes describing the settingAbstractValidationOutput.initialize(java.util.Map)public java.lang.String getFilePath()
protected void writeMessage(java.lang.String message)
TextOutput
writeMessage in class TextOutputmessage - The message to be writtenpublic void close()
IValidationOutput
close in interface IValidationOutputclose in class AbstractValidationOutputIValidationOutput.close()
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||