Class WarAttachClassesConvention

java.lang.Object
io.freefair.gradle.plugins.maven.war.WarAttachClassesConvention

@Deprecated public class WarAttachClassesConvention extends Object
Deprecated.
  • Constructor Details

    • WarAttachClassesConvention

      public WarAttachClassesConvention(Property<Boolean> attachClasses, Property<String> classesClassifier)
      Deprecated.
  • Method Details

    • isAttachClasses

      public boolean isAttachClasses()
      Deprecated.
    • getClassesClassifier

      public String getClassesClassifier()
      Deprecated.
    • setAttachClasses

      public void setAttachClasses(boolean attachClasses)
      Deprecated.
    • setClassesClassifier

      public void setClassesClassifier(String classesClassifier)
      Deprecated.
    • getAttachClasses

      public Property<Boolean> getAttachClasses()
      Deprecated.
      Whether classes (that is the content of the WEB-INF/classes directory) should be attached to the project as an additional artifact.

      By default the classifier for the additional artifact is 'classes'. You can change it with the classesClassifier parameter.

      See Also:
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object