org.apache.felix.ipojo.manipulator.store.mapper
Class IdentityResourceMapper

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.store.mapper.IdentityResourceMapper
All Implemented Interfaces:
ResourceMapper

public class IdentityResourceMapper
extends java.lang.Object
implements ResourceMapper

Identity mapper.

Author:
Felix Project Team

Constructor Summary
IdentityResourceMapper()
           
 
Method Summary
 java.lang.String externalize(java.lang.String name)
          Provides a normalized resource name from the store's internal format.
 java.lang.String internalize(java.lang.String name)
          Adapts the normalized resource name into internal format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityResourceMapper

public IdentityResourceMapper()
Method Detail

internalize

public java.lang.String internalize(java.lang.String name)
Description copied from interface: ResourceMapper
Adapts the normalized resource name into internal format.

Specified by:
internalize in interface ResourceMapper
Parameters:
name - original class names (as a resource)
Returns:
the transformed resource's name

externalize

public java.lang.String externalize(java.lang.String name)
Description copied from interface: ResourceMapper
Provides a normalized resource name from the store's internal format.

Specified by:
externalize in interface ResourceMapper
Parameters:
name - resource name in internal format
Returns:
normalized resource name


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.