org.apache.felix.ipojo.manipulator
Class ManipulationUnit
java.lang.Object
org.apache.felix.ipojo.manipulator.ManipulationUnit
public class ManipulationUnit
- extends java.lang.Object
Component Info.
Represent a component type to be manipulated or already manipulated.
- Author:
- Felix Project Team
Constructor Summary |
ManipulationUnit(java.lang.String resourcePath,
org.apache.felix.ipojo.metadata.Element meta)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManipulationUnit
public ManipulationUnit(java.lang.String resourcePath,
org.apache.felix.ipojo.metadata.Element meta)
- Constructor.
- Parameters:
resourcePath
- class namemeta
- component type metadata
getComponentMetadata
public org.apache.felix.ipojo.metadata.Element getComponentMetadata()
- Returns:
- Component Type metadata.
getResourcePath
public java.lang.String getResourcePath()
- Returns:
- Resource path
getClassName
public java.lang.String getClassName()
- Returns:
- Fully qualified class name
Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.