Interface ApplicationArchiveProcessor


public interface ApplicationArchiveProcessor
Extension point for client side deployment enhancements.

Example: - Annotations to help define meta data for the deployment

Version:
$Revision: $
Author:
Aslak Knutsen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.jboss.shrinkwrap.api.Archive<?> applicationArchive, TestClass testClass)
     
  • Method Details

    • process

      void process(org.jboss.shrinkwrap.api.Archive<?> applicationArchive, TestClass testClass)
      Parameters:
      applicationArchive - The user defined deployment archive
      testClass - The users test class