org.apache.felix.ipojo.manipulator
Class ManipulationUnit

java.lang.Object
  extended by 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.
 
Method Summary
 java.lang.String getClassName()
           
 org.apache.felix.ipojo.metadata.Element getComponentMetadata()
           
 java.lang.String getResourcePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManipulationUnit

public ManipulationUnit(java.lang.String resourcePath,
                        org.apache.felix.ipojo.metadata.Element meta)
Constructor.

Parameters:
resourcePath - class name
meta - component type metadata
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.