Class WarArchiveClassesConvention
java.lang.Object
io.freefair.gradle.plugins.maven.war.WarArchiveClassesConvention
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.Whether a JAR file will be created for the classes in the webapp.int
hashCode()
Deprecated.boolean
Deprecated.void
setArchiveClasses
(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.
-