public class ResourceInfo extends Object
Constructor and Description |
---|
ResourceInfo(URL url,
boolean gzipped,
String contentType)
Creates a resource information instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContentType()
Get the content type of the resource.
|
URL |
getUrl()
Get the resource contents URL.
|
int |
hashCode() |
boolean |
isGzipped()
Checks if the resource can be gzipped.
|
public URL getUrl()
public boolean isGzipped()
public String getContentType()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.