public class UrlResourceReference extends ResourceReference
Fields inherited from class | Fields |
---|---|
class ResourceReference |
childOfResource |
Constructor and description |
---|
UrlResourceReference
() |
UrlResourceReference
(java.io.File file) |
Type Params | Return Type | Name and description |
---|---|---|
|
public ResourceReference |
createNew(java.lang.String location) |
|
public boolean |
delete() |
|
public java.util.List<ResourceReference> |
getDirectoryEntries() |
|
public boolean |
getExists() |
|
public java.io.File |
getFile() |
|
public long |
getLastModified() |
|
public java.lang.String |
getLocation() |
|
public java.io.OutputStream |
getOutputStream() |
|
public long |
getSize() |
|
public java.lang.String |
getText() |
|
public java.net.URL |
getUrl() |
|
public ResourceReference |
init(java.lang.String location) |
|
public boolean |
isDirectory() |
|
public boolean |
isFile() |
|
public ResourceReference |
makeDirectory(java.lang.String name) |
|
public ResourceReference |
makeFile(java.lang.String name) |
|
public void |
move(java.lang.String newLocation) |
|
public java.io.InputStream |
openStream() |
|
public void |
putStream(java.io.InputStream stream) |
|
public void |
putText(java.lang.String text) |
|
public boolean |
supportsAll() |
|
public boolean |
supportsDirectory() |
|
public boolean |
supportsExists() |
|
public boolean |
supportsLastModified() |
|
public boolean |
supportsSize() |
|
public boolean |
supportsUrl() |
|
public boolean |
supportsWrite() |