org.apache.felix.ipojo.manipulation
Class ManipulationProperty

java.lang.Object
  extended by org.apache.felix.ipojo.manipulation.ManipulationProperty

public class ManipulationProperty
extends java.lang.Object

Store properties for the manipulation process.

Author:
Felix Project Team

Nested Class Summary
protected static class ManipulationProperty.Logger
          Internal logger implementation.
 
Field Summary
static int INFO
          Logger info level.
protected static java.lang.String IPOJO_INTERNAL_DESCRIPTOR
          Ipojo internal package name for internal descriptor.
protected static java.lang.String IPOJO_INTERNAL_PACKAGE_NAME
          Activator internal package name.
protected static java.lang.String IPOJO_PACKAGE_NAME
          iPOJO Package name.
protected static java.lang.String[][] PRIMITIVE_BOXING_INFORMATION
          Helper array for byte code manipulation of primitive type.
static int SEVERE
          Logger severe level.
static int WARNING
          Logger warning level.
 
Constructor Summary
ManipulationProperty()
           
 
Method Summary
static ManipulationProperty.Logger getLogger()
          Get the manipulator logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final int INFO
Logger info level.

See Also:
Constant Field Values

WARNING

public static final int WARNING
Logger warning level.

See Also:
Constant Field Values

SEVERE

public static final int SEVERE
Logger severe level.

See Also:
Constant Field Values

IPOJO_INTERNAL_PACKAGE_NAME

protected static final java.lang.String IPOJO_INTERNAL_PACKAGE_NAME
Activator internal package name.

See Also:
Constant Field Values

IPOJO_INTERNAL_DESCRIPTOR

protected static final java.lang.String IPOJO_INTERNAL_DESCRIPTOR
Ipojo internal package name for internal descriptor.

See Also:
Constant Field Values

IPOJO_PACKAGE_NAME

protected static final java.lang.String IPOJO_PACKAGE_NAME
iPOJO Package name.

See Also:
Constant Field Values

PRIMITIVE_BOXING_INFORMATION

protected static final java.lang.String[][] PRIMITIVE_BOXING_INFORMATION
Helper array for byte code manipulation of primitive type.

Constructor Detail

ManipulationProperty

public ManipulationProperty()
Method Detail

getLogger

public static ManipulationProperty.Logger getLogger()
Get the manipulator logger.

Returns:
the logger used by the manipulator.