Uses of Class
dk.netarkivet.common.distribute.RemoteFileSettings

Packages that use RemoteFileSettings
dk.netarkivet.common.distribute   
dk.netarkivet.harvester.indexserver.distribute   
 

Uses of RemoteFileSettings in dk.netarkivet.common.distribute
 

Methods in dk.netarkivet.common.distribute that return RemoteFileSettings
static RemoteFileSettings FTPRemoteFile.getRemoteFileSettings()
           
 

Methods in dk.netarkivet.common.distribute with parameters of type RemoteFileSettings
static RemoteFile RemoteFileFactory.getCopyfileInstance(java.io.File file, RemoteFileSettings connectionParams)
          Same as getInstance(file, false, false, false, connectionParams).
static RemoteFile RemoteFileFactory.getInstance(java.io.File file, boolean useChecksums, boolean fileDeletable, boolean multipleDownloads, RemoteFileSettings connectionParams)
          Create a remote file that handles the transport of the remote file data.
static RemoteFile FTPRemoteFile.getInstance(java.io.File localFile, java.lang.Boolean useChecksums, java.lang.Boolean fileDeletable, java.lang.Boolean multipleDownloads, RemoteFileSettings connectionParams)
           
static RemoteFile ExtendedFTPRemoteFile.getInstance(java.io.File localFile, java.lang.Boolean useChecksums, java.lang.Boolean fileDeletable, java.lang.Boolean multipleDownloads, RemoteFileSettings connectionParams)
          This method returns an instance of FTPRemoteFile using the factory method with the same signature in that class.
 

Uses of RemoteFileSettings in dk.netarkivet.harvester.indexserver.distribute
 

Methods in dk.netarkivet.harvester.indexserver.distribute that return RemoteFileSettings
 RemoteFileSettings IndexRequestMessage.getRemoteFileSettings()
           
 

Constructors in dk.netarkivet.harvester.indexserver.distribute with parameters of type RemoteFileSettings
IndexRequestMessage(RequestType requestType, java.util.Set<java.lang.Long> jobSet, RemoteFileSettings ftpconnectionInfo)
          Generate an index request message.