Lombok - v0.11.0

lombok.core
Class PostCompiler

java.lang.Object
  extended by lombok.core.PostCompiler

public final class PostCompiler
extends Object


Method Summary
static byte[] applyTransformations(byte[] original, String fileName, DiagnosticsReceiver diagnostics)
           
static OutputStream wrapOutputStream(OutputStream originalStream, String fileName, DiagnosticsReceiver diagnostics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

applyTransformations

public static byte[] applyTransformations(byte[] original,
                                          String fileName,
                                          DiagnosticsReceiver diagnostics)

wrapOutputStream

public static OutputStream wrapOutputStream(OutputStream originalStream,
                                            String fileName,
                                            DiagnosticsReceiver diagnostics)
                                     throws IOException
Throws:
IOException

Lombok - v0.11.0

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.