JBoss Managed Parent POM 2.1.1.SP2

org.jboss.metatype.spi.values
Interface MetaMapperFactory<T>

All Known Implementing Classes:
ObjectNameMetaMapperFactory

public interface MetaMapperFactory<T>

A factory interface for creating MetaMappers

Version:
$Revision: 81572 $
Author:
Scott.Stark@jboss.org

Method Summary
 MetaMapper<T> newInstance()
          Create a MetaMapper instance
 MetaMapper<T> newInstance(String... args)
          Create a MetaMapper instance using the specified String[]
 

Method Detail

newInstance

MetaMapper<T> newInstance()
Create a MetaMapper instance

Returns:
the MetaMapper

newInstance

MetaMapper<T> newInstance(String... args)
Create a MetaMapper instance using the specified String[]

Parameters:
args - - String[] for use by the factory
Returns:
the MetaMapper
Throws:
IllegalArgumentException - if the args is invalid

JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.