public class DriveMapping extends Object
Contains the details of a network drive mapping that may be created using the Win32Utils MapNetworkDrive method.
Constructor and Description |
---|
DriveMapping(String localDrive,
String remotePath,
String userName,
String password,
boolean interactive,
boolean prompt)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalDrive()
Return the local drive path
|
String |
getPassword()
Return the password
|
String |
getRemotePath()
Return the remote path
|
String |
getUserName()
Return the user name
|
boolean |
hasInteractive()
Return the interactive flag
|
boolean |
hasPrompt()
Return the prompt flag
|
String |
toString()
Return the drive mapping as a string
|
public final String getLocalDrive()
public final String getRemotePath()
public final String getUserName()
public final String getPassword()
public final boolean hasInteractive()
public final boolean hasPrompt()
Copyright © 2005–2017 Alfresco Software. All rights reserved.