org.apache.felix.ipojo.manipulation
Class Manipulator
java.lang.Object
org.apache.felix.ipojo.manipulation.Manipulator
public class Manipulator
- extends Object
iPOJO Byte code Manipulator.
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Manipulator
public Manipulator()
manipulate
public byte[] manipulate(byte[] origin)
throws IOException
- Manipulate the given byte array.
- Parameters:
origin
- : original class.
- Returns:
- the manipulated class.
- Throws:
IOException
- : if an error occurs during the manipulation.
getManipulationMetadata
public Element getManipulationMetadata()
- Compute component type manipulation metadata.
- Returns:
- the manipulation metadata of the class.
getFields
public Map getFields()
getInnerClasses
public List getInnerClasses()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.