|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fileset | |
|---|---|
| com.mindtree.techworks.insight.download | |
| Uses of Fileset in com.mindtree.techworks.insight.download |
|---|
| Subclasses of Fileset in com.mindtree.techworks.insight.download | |
|---|---|
class |
FTPFileset
This is a specialization of the Fileset class to contain
information such as the host, port, etc., about a FTPFileset. |
class |
HTTPFileset
This is a specialization of the Fileset class to contain
information such as the URL, authentication, etc., about a HTTPFileset. |
class |
SFTPFileset
This is a specialization of the Fileset class to contain
information such as the host, port, etc., about a SFTPFileset. |
| Methods in com.mindtree.techworks.insight.download with parameters of type Fileset | |
|---|---|
java.lang.String[] |
RemoteClient.downloadFile(Fileset fileset,
java.lang.String file)
Downloads a single file to the directory mentioned. |
java.util.List |
RemoteClient.downloadFiles(Fileset fileset,
java.util.List files)
Downloads a list of files from the remote host. |
static RemoteClient |
RemoteClientFactory.getClientForFileset(Fileset fileset)
Identifies and returns a client for the fileset provided |
void |
DownloadProvider.loadRemoteFiles(Fileset remoteFileset,
java.util.List filesToLoad)
Loads all the remote files in the list taking host information from the Fileset |
protected void |
SFTPRemoteClient.setFileset(Fileset fileset)
|
protected abstract void |
RemoteClient.setFileset(Fileset fileset)
Sets the fileset. |
protected void |
HTTPRemoteClient.setFileset(Fileset fileset)
|
protected void |
FTPRemoteClient.setFileset(Fileset fileset)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||