public interface WarpDeploymentEnrichmentExtension
Service for adding JavaArchives to final WebArchive and modifying final WebArchive in order to
provide extended Warp functionality.
This service will be applied only if test case is annotated with WarpTest.
| Modifier and Type | Method and Description |
|---|---|
void |
enrichWebArchive(org.jboss.shrinkwrap.api.spec.WebArchive webArchive)
llows enriching of final
WebArchive (any resource in an archive can be manipulated). |
org.jboss.shrinkwrap.api.spec.JavaArchive |
getEnrichmentLibrary()
Adds the library to enrich final
WebArchive deployment. |
org.jboss.shrinkwrap.api.spec.JavaArchive getEnrichmentLibrary()
Adds the library to enrich final WebArchive deployment.
Can return null when no enrichment library is provided by extension.
void enrichWebArchive(org.jboss.shrinkwrap.api.spec.WebArchive webArchive)
llows enriching of final WebArchive (any resource in an archive can be manipulated).
Doesn't need to do any operation on archive.
Copyright © 2014 JBoss by Red Hat. All rights reserved.