flux.file
Interface UncHost

All Superinterfaces:
Host, NetworkHost

public interface UncHost
extends NetworkHost

Represents a UNC file system for accessing Windows shares.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getDomain()
          Returns the domain of the UNC host.
 void setDomain(java.lang.String domain)
          Sets the domain of the UNC host.
 
Methods inherited from interface flux.file.NetworkHost
getName, getPassword, getPort, getPortAsString, getUsername, setName, setPassword, setPort, setPortAsString, setUsername
 

Method Detail

getDomain

java.lang.String getDomain()
Returns the domain of the UNC host.

Returns:
The domain of the UNC host.

setDomain

void setDomain(java.lang.String domain)
Sets the domain of the UNC host.

Parameters:
domain - The domain for the UNC host.


© 2014 Flux Corporation. All rights reserved.