Class WarArchiveClassesConvention
java.lang.Object
io.freefair.gradle.plugins.maven.war.WarArchiveClassesConvention
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Whether a JAR file will be created for the classes in the webapp.inthashCode()Deprecated.booleanDeprecated.voidsetArchiveClasses(boolean archiveClasses) Deprecated.toString()Deprecated.
-
Constructor Details
-
WarArchiveClassesConvention
Deprecated.
-
-
Method Details
-
isArchiveClasses
public boolean isArchiveClasses()Deprecated. -
setArchiveClasses
public void setArchiveClasses(boolean archiveClasses) Deprecated. -
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:
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-