Class WarArchiveClassesConvention
- java.lang.Object
 - 
- io.freefair.gradle.plugins.maven.war.WarArchiveClassesConvention
 
 
- 
@Deprecated public class WarArchiveClassesConvention extends Object
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description WarArchiveClassesConvention(Property<Boolean> archiveClasses)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.Property<Boolean>getArchiveClasses()Deprecated.Whether a JAR file will be created for the classes in the webapp.inthashCode()Deprecated.booleanisArchiveClasses()Deprecated.voidsetArchiveClasses(boolean archiveClasses)Deprecated.StringtoString()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
isArchiveClasses
public boolean isArchiveClasses()
Deprecated. 
- 
setArchiveClasses
public void setArchiveClasses(boolean archiveClasses)
Deprecated. 
- 
getArchiveClasses
public Property<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
 
 
- 
canEqual
protected boolean canEqual(Object other)
Deprecated. 
 - 
 
 -