|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.ipojo.manipulation.ManipulationProperty
public class ManipulationProperty
Store properties for the manipulation process.
| 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. |
private static int |
LOG_LEVEL
Default logger level. |
private static ManipulationProperty.Logger |
LOGGER
Manipulator logger. |
(package private) 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 |
|---|
public static final int INFO
public static final int WARNING
public static final int SEVERE
protected static final java.lang.String IPOJO_INTERNAL_PACKAGE_NAME
protected static final java.lang.String IPOJO_INTERNAL_DESCRIPTOR
protected static final java.lang.String IPOJO_PACKAGE_NAME
static final java.lang.String[][] PRIMITIVE_BOXING_INFORMATION
private static ManipulationProperty.Logger LOGGER
private static int LOG_LEVEL
| Constructor Detail |
|---|
public ManipulationProperty()
| Method Detail |
|---|
public static ManipulationProperty.Logger getLogger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||