public class Resource extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getContentLength() |
long |
getLastModified()
Returns the value of the last-modified header field.
|
String |
getName() |
int |
hashCode() |
String |
inspect() |
void |
setContentLength(long contentLength) |
void |
setLastModified(long lastModified) |
void |
setName(String name) |
String |
toString() |
public long getLastModified()
public void setLastModified(long lastModified)
public long getContentLength()
public void setContentLength(long contentLength)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.