|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HandleOperationException in org.gwe.drivers |
---|
Subclasses of HandleOperationException in org.gwe.drivers | |
---|---|
class |
HandleCreationException
|
class |
HandleCreationNotSupportedException
|
class |
HandleOperationNotSupportedException
|
Methods in org.gwe.drivers that throw HandleOperationException | |
---|---|
void |
ResourceHandle.close()
|
Uses of HandleOperationException in org.gwe.drivers.fileSystems |
---|
Methods in org.gwe.drivers.fileSystems that throw HandleOperationException | ||
---|---|---|
void |
FileHandle.copyTo(FileHandle otherFile)
|
|
protected void |
FileHandle.copyToDir(FileHandle otherFile)
|
|
protected FileHandle |
FileHandle.createCompressedCopyHandle(boolean createFile)
|
|
abstract void |
FileHandle.createFolder()
|
|
protected void |
FileHandle.decompressInto(FileHandle otherFile,
java.lang.String directoryName)
|
|
boolean |
FileHandle.delete()
|
|
abstract boolean |
FileHandle.exists()
|
|
abstract FileHandle[] |
FileHandle.getChildren()
The equivalent of "ls" in a directory. |
|
abstract java.io.InputStream |
FileHandle.getInputStream()
|
|
abstract java.io.OutputStream |
FileHandle.getOutputStream()
|
|
abstract long |
FileHandle.getSize()
|
|
abstract boolean |
FileHandle.isDirectory()
|
|
static void |
FileHandle.main(java.lang.String[] args)
|
|
|
FileHandle.readObject()
|
|
void |
FileHandle.storeObject(java.lang.Object toSerialize)
|
Uses of HandleOperationException in org.gwe.drivers.fileSystems.handles |
---|
Methods in org.gwe.drivers.fileSystems.handles that throw HandleOperationException | |
---|---|
void |
VfsHandle.close()
|
void |
VfsHandle.copyTo(FileHandle otherFile)
|
protected FileHandle |
VfsHandle.createCompressedCopyHandle(boolean createFile)
|
void |
VfsHandle.createFolder()
|
void |
JSchHandle.createFolder()
|
void |
HTTPHandle.createFolder()
|
protected void |
VfsHandle.decompressInto(FileHandle otherFile,
java.lang.String directoryName)
|
boolean |
VfsHandle.delete()
|
boolean |
VfsHandle.exists()
|
boolean |
JSchHandle.exists()
|
boolean |
HTTPHandle.exists()
|
FileHandle[] |
VfsHandle.getChildren()
|
FileHandle[] |
JSchHandle.getChildren()
|
FileHandle[] |
HTTPHandle.getChildren()
|
java.io.InputStream |
VfsHandle.getInputStream()
|
java.io.InputStream |
JSchHandle.getInputStream()
|
java.io.InputStream |
HTTPHandle.getInputStream()
|
java.io.OutputStream |
VfsHandle.getOutputStream()
|
java.io.OutputStream |
JSchHandle.getOutputStream()
|
java.io.OutputStream |
HTTPHandle.getOutputStream()
|
long |
VfsHandle.getSize()
|
long |
JSchHandle.getSize()
|
long |
HTTPHandle.getSize()
|
boolean |
VfsHandle.isDirectory()
|
boolean |
JSchHandle.isDirectory()
|
boolean |
HTTPHandle.isDirectory()
|
Constructors in org.gwe.drivers.fileSystems.handles that throw HandleOperationException | |
---|---|
VfsHandle(ResourceLink<FileHandle> link)
|
Uses of HandleOperationException in org.gwe.drivers.netAccess |
---|
Methods in org.gwe.drivers.netAccess that throw HandleOperationException | |
---|---|
void |
RemoteHostHandle.openTunnel(int port)
|
void |
RemoteHostHandle.openTunnel(int localPort,
int remotePort)
|
Uses of HandleOperationException in org.gwe.drivers.netAccess.handles |
---|
Methods in org.gwe.drivers.netAccess.handles that throw HandleOperationException | |
---|---|
void |
SSHHostHandle.close()
|
void |
SSHHostHandle.openTunnel(int localPort,
int remotePort)
|
Uses of HandleOperationException in org.gwe.p2elv2.functions |
---|
Methods in org.gwe.p2elv2.functions that throw HandleOperationException | |
---|---|
java.util.List<java.lang.String> |
PFDir.listChildren(java.lang.String path,
KeyStore keys)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |