Class EarPlugin

java.lang.Object
org.gradle.plugins.ear.EarPlugin
All Implemented Interfaces:
Plugin<Project>

public class EarPlugin extends Object implements Plugin<Project>

A Plugin with tasks which assemble a web application into a EAR file.

  • Field Details

  • Constructor Details

    • EarPlugin

      @Inject public EarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.file.FileResolver fileResolver)
      Injects an ObjectFactory and a FileResolver instance.
      Since:
      4.2
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object