Class AbstractTransformTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sf.cglib.transform.AbstractProcessTask
net.sf.cglib.transform.AbstractTransformTask
All Implemented Interfaces:
Cloneable

public abstract class AbstractTransformTask extends AbstractProcessTask
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final int
     
    private boolean
     
    private static final int
     

    Fields inherited from class org.apache.tools.ant.Task

    target, taskName, taskType, wrapper

    Fields inherited from class org.apache.tools.ant.ProjectComponent

    description, location, project
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.objectweb.asm.Attribute[]
     
    private boolean
    checkMagic(File file, long magic)
     
    private byte[]
     
    private static org.objectweb.asm.ClassReader
     
    protected abstract ClassTransformer
    returns transformation for source class
    protected int
     
    protected boolean
     
    protected boolean
     
    private byte[]
    process(byte[] bytes)
     
    private void
     
    protected void
     
    protected void
     
    void
    setVerbose(boolean verbose)
     

    Methods inherited from class net.sf.cglib.transform.AbstractProcessTask

    addFileset, beforeExecute, execute, getFiles

    Methods inherited from class org.apache.tools.ant.Task

    bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait