Class LazyBuildLogFileWriterImpl
java.lang.Object
com.atlassian.bamboo.build.logger.LazyBuildLogFileWriterImpl
- All Implemented Interfaces:
LazyBuildLogFileWriter
@NotThreadSafe
public class LazyBuildLogFileWriterImpl
extends Object
implements LazyBuildLogFileWriter
Wraps
BuildLogFileWriter with a lazy reference.
This class is deliberately made not thread safe.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LazyBuildLogFileWriterImpl
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceLazyBuildLogFileWriter
-
write
- Specified by:
writein interfaceLazyBuildLogFileWriter
-
writeVerbatim
- Specified by:
writeVerbatimin interfaceLazyBuildLogFileWriter
-
flush
public void flush()- Specified by:
flushin interfaceLazyBuildLogFileWriter
-