|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.qvt.oml.util.WriterLog
org.eclipse.m2m.qvt.oml.util.StringBufferLog
public class StringBufferLog
A convenience implementation of a String content based log, mainly suitable for testing and debugging purposes.
Field Summary |
---|
Fields inherited from interface org.eclipse.m2m.qvt.oml.util.Log |
---|
NULL_LOG |
Constructor Summary | |
---|---|
StringBufferLog()
Constructs a default log object. |
|
StringBufferLog(int initialsize)
Constructs a log object of the given initialize size. |
Method Summary | |
---|---|
java.lang.String |
getContents()
|
Methods inherited from class org.eclipse.m2m.qvt.oml.util.WriterLog |
---|
getWriter, log, log, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringBufferLog()
public StringBufferLog(int initialsize)
initialsize
- the initial size of the string buffer associated with this logMethod Detail |
---|
public java.lang.String getContents()
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |