Index

A C I L P T 
All Classes and Interfaces|All Packages

A

AbstractTestArchiveProcessor - Class in tck.arquillian.porting.lib.spi
A base class for TestArchiveProcessor implementations that also provides the required ResourceProvider implementation to be able to inject the TestArchiveProcessor instance.
AbstractTestArchiveProcessor() - Constructor for class tck.arquillian.porting.lib.spi.AbstractTestArchiveProcessor
 

C

canProvide(Class<?>) - Method in class tck.arquillian.porting.lib.spi.AbstractTestArchiveProcessor
 

I

initalize(ArquillianDescriptor) - Method in class tck.arquillian.porting.lib.spi.AbstractTestArchiveProcessor
Called on completion of the Arquillian configuration.

L

lookup(ArquillianResource, Annotation...) - Method in class tck.arquillian.porting.lib.spi.AbstractTestArchiveProcessor
 

P

processClientArchive(JavaArchive, Class<?>, URL) - Method in interface tck.arquillian.porting.lib.spi.TestArchiveProcessor
Called to process a client archive (jar) that is part of the test deployment.
processEarArchive(EnterpriseArchive, Class<?>, URL) - Method in interface tck.arquillian.porting.lib.spi.TestArchiveProcessor
Called to process an enterprise archive (ear) that is part of the test deployment.
processEjbArchive(JavaArchive, Class<?>, URL) - Method in interface tck.arquillian.porting.lib.spi.TestArchiveProcessor
Called to process a ejb archive (jar) that is part of the test deployment.
processParArchive(JavaArchive, Class<?>, URL) - Method in interface tck.arquillian.porting.lib.spi.TestArchiveProcessor
Called to process a persistence unit archive (par) that is part of the test deployment.
processRarArchive(JavaArchive, Class<?>, URL) - Method in interface tck.arquillian.porting.lib.spi.TestArchiveProcessor
Called to process a resource adaptor archive (rar) that is part of the test deployment.
processWebArchive(WebArchive, Class<?>, URL) - Method in interface tck.arquillian.porting.lib.spi.TestArchiveProcessor
Called to process a web archive (war) that is part of the test deployment.

T

tck.arquillian.porting.lib.spi - package tck.arquillian.porting.lib.spi
 
TestArchiveProcessor - Interface in tck.arquillian.porting.lib.spi
Interface that vendors implement to augment test archives with vendor specific deployment content.
A C I L P T 
All Classes and Interfaces|All Packages