org.jboss.metatype.plugins.values.mappers
Class ObjectNameMetaMapperFactory
java.lang.Object
org.jboss.metatype.plugins.values.mappers.ObjectNameMetaMapperFactory
- All Implemented Interfaces:
- MetaMapperFactory<ObjectName>
public class ObjectNameMetaMapperFactory
- extends Object
- implements MetaMapperFactory<ObjectName>
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectNameMetaMapperFactory
public ObjectNameMetaMapperFactory()
newInstance
public MetaMapper<ObjectName> newInstance()
- Description copied from interface:
MetaMapperFactory
- Create a MetaMapper instance
- Specified by:
newInstance
in interface MetaMapperFactory<ObjectName>
- Returns:
- the MetaMapper
newInstance
public MetaMapper<ObjectName> newInstance(String... args)
- Description copied from interface:
MetaMapperFactory
- Create a MetaMapper instance using the specified String[]
- Specified by:
newInstance
in interface MetaMapperFactory<ObjectName>
- Parameters:
args
- - String[] for use by the factory
- Returns:
- the MetaMapper
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.