Class WarArchiveClassesConvention
- java.lang.Object
-
- io.freefair.gradle.plugins.maven.war.WarArchiveClassesConvention
-
@Deprecated public class WarArchiveClassesConvention extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Constructor Description WarArchiveClassesConvention(Property<java.lang.Boolean> archiveClasses)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.Property<java.lang.Boolean>getArchiveClasses()Deprecated.Whether a JAR file will be created for the classes in the webapp.inthashCode()Deprecated.booleanisArchiveClasses()Deprecated.voidsetArchiveClasses(boolean archiveClasses)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
WarArchiveClassesConvention
public WarArchiveClassesConvention(Property<java.lang.Boolean> archiveClasses)
Deprecated.
-
-
Method Detail
-
isArchiveClasses
public boolean isArchiveClasses()
Deprecated.
-
setArchiveClasses
public void setArchiveClasses(boolean archiveClasses)
Deprecated.
-
getArchiveClasses
public Property<java.lang.Boolean> getArchiveClasses()
Deprecated.Whether a JAR file will be created for the classes in the webapp. Using this optional configuration parameter will make the compiled classes to be archived into a JAR file and the classes directory will then be excluded from the webapp.- See Also:
- maven-war-plugin#archiveClasses
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-