Uses of Interface
flux.file.Host

Packages that use Host
flux.file File triggers and actions 
 

Uses of Host in flux.file
 

Subinterfaces of Host in flux.file
 interface FtpHost
          Represents an FTP host on a network.
 interface FtpSslHost
          Represents an FTP-over-SSL (FTPS) host on a network.
 interface LocalHost
          Represents the local file system.
 interface NetworkHost
          Abstract interface that represents a computer on a network.
 interface SecureFtpHost
          Represents a Secure FTP (SFTP) host on a network.
 interface UncHost
          Represents a UNC file system for accessing Windows shares.
 

Methods in flux.file that return Host
 Host FileCriteria.getHost()
          Returns the network host where these files are located.
 

Methods in flux.file with parameters of type Host
 void FileCriteria.setHost(Host host)
          Sets the network host where these files are located.
 



© 2014 Flux Corporation. All rights reserved.