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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
DirectoryProperty
getDirectory()
Property<java.lang.Long>
getMaxSize()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-