Class OkHttpCacheExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.OkHttpCacheExtension
-
@Deprecated public class OkHttpCacheExtension extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Constructor Description OkHttpCacheExtension(ObjectFactory objectFactory)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.DirectoryPropertygetDirectory()Deprecated.Property<java.lang.Long>getMaxSize()Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
OkHttpCacheExtension
@Inject public OkHttpCacheExtension(ObjectFactory objectFactory)
Deprecated.
-
-
Method Detail
-
getDirectory
public DirectoryProperty getDirectory()
Deprecated.
-
getMaxSize
public Property<java.lang.Long> getMaxSize()
Deprecated.
-
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
-
-