ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Uses of Class
org.jboss.shrinkwrap.api.UnknownExtensionTypeException

Packages that use UnknownExtensionTypeException
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.impl.base   
 

Uses of UnknownExtensionTypeException in org.jboss.shrinkwrap.api
 

Methods in org.jboss.shrinkwrap.api that return UnknownExtensionTypeException
static
<T extends Assignable>
UnknownExtensionTypeException
UnknownExtensionTypeExceptionDelegator.newExceptionInstance(Class<T> type)
           
 

Methods in org.jboss.shrinkwrap.api that throw UnknownExtensionTypeException
<T extends Assignable>
T
ArchiveFactory.create(Class<T> type)
          Creates a new archive of the specified type.
static
<T extends Assignable>
T
ShrinkWrap.create(Class<T> type)
          Creates a new archive of the specified type.
 

Uses of UnknownExtensionTypeException in org.jboss.shrinkwrap.impl.base
 

Methods in org.jboss.shrinkwrap.impl.base that throw UnknownExtensionTypeException
<T extends Assignable>
T
ServiceExtensionLoader.load(Class<T> extensionClass, Archive<?> baseArchive)
          Load a Extension.
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

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