public class MountEntry extends Object
Contains the details of an active NFS mount.
| Constructor and Description |
|---|
MountEntry(String host,
String path)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Return the host name/address
|
String |
getPath()
Return the mount path
|
String |
toString()
Return the mount entry as a string
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.