|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Log writer interface, through which SCM extensions should write messages for display within a registered log window.
Method Summary | |
void |
close()
Closes the log writer and releases any associated resources. |
java.io.PrintWriter |
getPrintWriter()
Gets the print writer for writing directly to the log |
void |
write(java.lang.String message)
Writes a string. |
void |
writeln()
Terminate the current line by writing the line separator string. |
void |
writeln(java.lang.String message)
Write a String and then terminate the line. |
Method Detail |
public void write(java.lang.String message)
message
- the String to be printed.public void writeln()
public void writeln(java.lang.String message)
message
- the String to be printed.public java.io.PrintWriter getPrintWriter()
PrintWriter
.public void close()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |