Class WebModule

java.lang.Object
org.apache.ziplock.WebModule

public class WebModule extends Object
Version:
$Rev$ $Date$
  • Constructor Details

    • WebModule

      public WebModule(org.jboss.shrinkwrap.api.spec.WebArchive archive)
    • WebModule

      public WebModule(String name)
    • WebModule

      public WebModule(Class<?> clazz, Class<?>... excluded)
      Parameters:
      clazz - class used to extract the package to include in the webarchive
      excluded - list of excluded files (will not be in the webarchive) contained in the selected package
    • WebModule

      public WebModule(Class<?> clazz, String appName, Class<?>... excluded)
  • Method Details

    • getArchive

      public org.jboss.shrinkwrap.api.spec.WebArchive getArchive()