Class OkHttpCacheExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.OkHttpCacheExtension
-
public class OkHttpCacheExtension extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OkHttpCacheExtension(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)DirectoryPropertygetDirectory()Property<java.lang.Long>getMaxSize()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
OkHttpCacheExtension
@Inject public OkHttpCacheExtension(ObjectFactory objectFactory)
-
-
Method Detail
-
getDirectory
public DirectoryProperty getDirectory()
-
getMaxSize
public Property<java.lang.Long> getMaxSize()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-