|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.jetty.util.Resource
org.openqa.jetty.util.URLResource
public class URLResource
Abstract resource class.
| Field Summary | |
|---|---|
protected URLConnection |
_connection
|
protected InputStream |
_in
|
protected URL |
_url
|
protected String |
_urlString
|
| Constructor Summary | |
|---|---|
protected |
URLResource(URL url,
URLConnection connection)
|
| Method Summary | |
|---|---|
Resource |
addPath(String path)
Returns the resource contained inside the current resource with the given name |
protected boolean |
checkConnection()
|
boolean |
delete()
Deletes the given resource |
boolean |
equals(Object o)
|
boolean |
exists()
Returns true if the respresened resource exists. |
File |
getFile()
Returns an File representing the given resource or NULL if this is not possible. |
InputStream |
getInputStream()
Returns an input stream to the resource |
String |
getName()
Returns the name of the resource |
OutputStream |
getOutputStream()
Returns an output stream to the resource |
URL |
getURL()
Returns an URL representing the given resource |
int |
hashCode()
|
boolean |
isDirectory()
Returns true if the respresenetd resource is a container/directory. |
long |
lastModified()
Returns the last modified time |
long |
length()
Return the length of the resource |
String[] |
list()
Returns a list of resource names contained in the given resource |
void |
release()
Release any resources held by the resource. |
boolean |
renameTo(Resource dest)
Rename the given resource |
String |
toString()
|
| Methods inherited from class org.openqa.jetty.util.Resource |
|---|
cache, encode, finalize, getAlias, getAssociate, getListHTML, newResource, newResource, newSystemResource, setAssociate, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected URL _url
protected String _urlString
protected transient URLConnection _connection
protected transient InputStream _in
| Constructor Detail |
|---|
protected URLResource(URL url,
URLConnection connection)
| Method Detail |
|---|
protected boolean checkConnection()
public void release()
release in class Resourcepublic boolean exists()
exists in class Resourcepublic boolean isDirectory()
isDirectory in class Resourcepublic long lastModified()
lastModified in class Resourcepublic long length()
length in class Resourcepublic URL getURL()
getURL in class Resource
public File getFile()
throws IOException
getFile in class ResourceIOExceptionpublic String getName()
getName in class Resource
public InputStream getInputStream()
throws IOException
getInputStream in class ResourceIOException
public OutputStream getOutputStream()
throws IOException,
SecurityException
getOutputStream in class ResourceIOException
SecurityException
public boolean delete()
throws SecurityException
delete in class ResourceSecurityException
public boolean renameTo(Resource dest)
throws SecurityException
renameTo in class ResourceSecurityExceptionpublic String[] list()
list in class Resource
public Resource addPath(String path)
throws IOException,
MalformedURLException
addPath in class Resourcepath - The path segment to add, which should be encoded by the
encode method.
IOException
MalformedURLExceptionpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||